125 tools from the BIGHUB MCP Server, categorised by risk level.
View the BIGHUB policy →bighub_actions_dashboard_summary Get action dashboard summary. bighub_actions_evaluate Evaluate an action via /actions/evaluate — returns decision intelligence (recommendation, risk, trajectory health, alternatives). bighub_actions_evaluate_batch Evaluate multiple actions in a single request via /actions/evaluate/batch. Each element follows the same schema as bighub_actions_evaluate. Max 100... bighub_actions_evaluate_payload Evaluate an action with full decision intelligence payload via /actions/evaluate. bighub_actions_live_heartbeat Heartbeat an existing live agent connection to keep it alive (recommended every 40s, TTL 120s). 2/5 bighub_actions_memory_context Read decision memory context window and rates. bighub_actions_memory_ingest Ingest scored execution events into decision memory. bighub_actions_memory_recommendations Compute decision memory recommendations. bighub_actions_memory_refresh_aggregates Refresh decision memory aggregates. bighub_actions_observer_stats Get action observer stats. bighub_actions_status Get action system status. bighub_actions_verify_validation Verify a previous evaluation by validation_id. bighub_api_keys_list List API keys. bighub_api_keys_rotate Rotate an API key. bighub_api_keys_scopes List available API key scopes. bighub_api_keys_validate Validate an API key (query + X-API-Key header). 2/5 bighub_approvals_list List approval queue items. bighub_auth_logout Invalidate a refresh token. bighub_auth_refresh Rotate auth tokens with refresh token. bighub_auth_signup Sign up and return access/refresh tokens. bighub_calibration_breakdown Calibration breakdown by dimension. bighub_calibration_drift Detect calibration drift over time. bighub_calibration_feedback Calibration feedback and improvement suggestions. bighub_calibration_observe Submit a calibration observation (predicted risk vs real outcome). bighub_calibration_quality_history Daily quality score over time — powers the Learning chart. Returns quality_score (1 − Brier), positive_rate per day. bighub_calibration_reliability Calibration reliability diagram data. bighub_calibration_report Calibration report: how well do predicted risk scores match real outcomes. bighub_cases_calibration Get calibration metrics (prediction vs reality) for cases. bighub_cases_get Get a decision case by ID. bighub_cases_list List decision cases with filters. bighub_cases_precedents Get precedent intelligence for a proposed action. action must be a nested ActionInput object. bighub_cases_report_outcome Report a real-world outcome for a decision case. bighub_constraints_domains List available rule domains. bighub_constraints_get Fetch a single rule by rule_id. bighub_constraints_list List boundary rules. bighub_constraints_pause Pause a rule by rule_id. bighub_constraints_validate Validate a rule payload. bighub_constraints_validate_dry_run Dry-run validate a rule payload. bighub_constraints_versions List historical versions for a rule. bighub_events_list List event stream entries. bighub_events_stats Get aggregate event stats. bighub_features_compare Compare two feature snapshots or cached vectors. Returns changed features with diffs. bighub_features_compute Compute decision features for a case. bighub_features_compute_batch Compute feature vectors for multiple cases in a single request (max 500). bighub_features_explain Explain computed features for a case. bighub_features_get_snapshot Get a feature snapshot by ID. bighub_features_list_snapshots List feature snapshots. bighub_features_schema Get the feature schema (all defined features and types). bighub_features_snapshot Create a versioned feature snapshot for a case. bighub_features_stats Get feature layer statistics. bighub_http_request Low-level passthrough for any BIGHUB API endpoint. 2/5 bighub_ingest_adapters List available ingestion adapters and domain normalizers. bighub_ingest_batch Ingest multiple real-world events in a single request (max 500). Events are processed through the same normalize → enrich → correlate → sync pipeline. bighub_ingest_event Ingest a single real-world event into BIGHUB. Events flow through: normalize → enrich → correlate → sync. BIGHUB links the event to the correct dec... bighub_ingest_lifecycle Get a specific decision lifecycle by correlation key. bighub_ingest_lifecycles List decision lifecycles with optional status filter. bighub_ingest_pending List lifecycles awaiting outcome reconciliation. bighub_ingest_reconcile Reconcile a late-arriving outcome with a previous decision. Use when the outcome arrives after the initial event was already ingested. bighub_ingest_stale List stale lifecycles that have not received an outcome within the expected timeframe. bighub_ingest_stats Get organization-wide ingestion statistics (event counts, adapter breakdown, lifecycle status distribution). bighub_insights_advise Get decision advisory for a proposed action based on learned patterns. bighub_insights_patterns List detected decision patterns. bighub_insights_profile Get action quality profile for a tool/action/domain. bighub_learning_backfill Backfill learning artifacts from historical outcomes. bighub_learning_runs List recent learning pipeline runs. bighub_learning_strategy Get current learning strategy version and configuration. bighub_outcomes_analytics Outcome analytics summary. bighub_outcomes_get Get outcome by request_id. bighub_outcomes_get_by_case Get outcome by case_id. bighub_outcomes_get_by_validation Get outcome by validation_id. bighub_outcomes_partner_view Self-contained partner/domain view: decisions evaluated, follow rate, positive after following, trend, by-action breakdown, sparse evidence pockets... bighub_outcomes_pending List decisions still awaiting outcome reports. bighub_outcomes_recommendation_quality Recommendation quality analytics: follow rate, quadrants (followed+positive, followed+negative, ignored+positive, ignored+negative), breakdowns by ... bighub_outcomes_report Report a real-world outcome linked to a decision. bighub_outcomes_report_batch Batch report outcomes (max 100). bighub_outcomes_taxonomy Supported outcome status taxonomy. bighub_outcomes_timeline Get full outcome timeline for a request. bighub_precedents_query Query similar past decision cases. bighub_precedents_signals Get aggregated precedent signals for an action. bighub_precedents_stats Get precedent engine statistics. bighub_retrieval_compare Compare two retrieval strategies on the same query. Returns scored results, risk level, confidence, and stability for each strategy. bighub_retrieval_index_case Index a decision case into the retrieval engine. bighub_retrieval_query Multi-signal decision retrieval: find relevant past cases for an upcoming action. bighub_retrieval_query_explained Retrieval query with full scoring explanation. bighub_retrieval_stats Get retrieval engine statistics. bighub_retrieval_strategies List available retrieval strategies. bighub_retrieval_strategy Get details of a retrieval strategy by name. bighub_simulations_accuracy Simulation accuracy metrics. bighub_simulations_by_request Get simulation snapshot for a given request_id. bighub_simulations_compare Compare simulation prediction vs real outcome for a request. bighub_simulations_get Get a simulation snapshot by ID. bighub_simulations_list List persisted simulation snapshots. bighub_simulations_stats Get simulation vault statistics. bighub_webhooks_deliveries List webhook delivery logs. bighub_webhooks_get Get a webhook by webhook_id. bighub_webhooks_list List webhooks. bighub_webhooks_list_events List supported webhook event types. bighub_webhooks_replay_failed_delivery Replay a failed webhook delivery. bighub_webhooks_test Send a test webhook delivery. bighub_webhooks_verify_signature Verify webhook signature payload. 2/5 bighub_actions_live_connect Open a concurrent live agent connection slot. Returns connection_id to reuse for heartbeats and submits. 2/5 bighub_actions_live_disconnect Disconnect a live agent connection, freeing the slot immediately. 2/5 bighub_api_keys_create Create an API key. 2/5 bighub_approvals_resolve Resolve an approval request. 2/5 bighub_auth_login Authenticate and return access/refresh tokens. 2/5 bighub_cases_create Create a decision case. Requires action and verdict. 2/5 bighub_constraints_apply_patch Apply JSON Patch operations to a rule with preview/optimistic locking support. 2/5 bighub_constraints_create Create a boundary rule. 2/5 bighub_constraints_resume Resume a paused rule. 2/5 bighub_constraints_update Update a rule by rule_id. 2/5 bighub_features_export Export all features for a case. 2/5 bighub_features_export_batch Export flat feature dicts for multiple cases (max 500). 2/5 bighub_kill_switch_activate Activate global/domain kill switch. Requires a reason. 2/5 bighub_kill_switch_deactivate Deactivate kill switch by switch_id. Requires a reason. 2/5 bighub_kill_switch_status Read kill switch status. 2/5 bighub_webhooks_create Create a webhook endpoint. 2/5 bighub_webhooks_update Update webhook by webhook_id. 2/5 bighub_actions_dry_run Dry-run action evaluation (non-persistent) via /actions/evaluate with dry_run=true. 3/5 bighub_constraints_dry_run Dry run a rule payload without persisting. 3/5 bighub_insights_learn Trigger pattern learning from accumulated cases. 3/5 bighub_learning_recompute Trigger recomputation of learning artifacts for a scope. 3/5 The BIGHUB MCP server exposes 125 tools across 4 categories: Read, Write, Destructive, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the BIGHUB server.
BIGHUB tools are categorised as Read (100), Write (17), Destructive (4), Execute (4). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept