VaultCrux Platform
Server Details
VaultCrux Platform — 60 tools: retrieval, proof, intel, economy, watch, org
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.8/5 across 76 of 76 tools scored. Lowest: 2.9/5.
Each tool has a distinct name and purpose, covering a wide range of functions. However, every description includes the same advice to prefer `cuecrux_session`, which could cause an agent to question whether to call these tools directly or rely on the session plan, slightly reducing clarity.
Tool names follow varied patterns: some use verb_noun (e.g., `create_work`), others use get_* (e.g., `get_credit_balance`), and a few are noun-based (e.g., `cuecrux_session`). While readable, the lack of a consistent convention makes the set feel less cohesive.
With 76 tools, the server surface is excessively large for typical MCP usage. The high count suggests many legacy endpoints that are intended to be superseded by a single session entry point, making the tool set feel bloated and hard to navigate.
The tool set covers a broad spectrum of capabilities including project management, work items, knowledge retrieval, cryptographic proofing, economy, GitHub integration, and agent trust. Minor gaps exist (e.g., no tool to update work item fields beyond state), but overall it is reasonably comprehensive for the platform's scope.
Available Tools
76 toolsaccept_handoff_packageAccept Handoff PackageInspect
Accept an incoming handoff package.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| package_id | Yes | The handoff package ID to accept. |
action_journal_queryQuery Action Journal ReceiptsInspect
Search action journal receipts with filters for time range, outcome, and tool name.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of receipts to return. | |
| since | No | ISO 8601 datetime for the start of the query window. | |
| until | No | ISO 8601 datetime for the end of the query window. | |
| offset | No | Number of receipts to skip for pagination. | |
| outcome | No | Filter by outcome status. | |
| tool_name | No | Filter by the name of the tool that produced the receipt. |
annotate_sessionAnnotate SessionInspect
Add an annotation to the current session.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Annotation content. | |
| session_id | No | Session ID (defaults to 'default'). | |
| annotation_type | No | Type of annotation. |
browse_bundlesBrowse BundlesInspect
List available credit bundles for purchase.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of bundles to return. |
change_seat_roleChange Seat RoleInspect
Change the role assigned to an existing organisation seat.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | The new role to assign. | |
| seat_id | Yes | The ID of the seat to update. |
comment_on_workComment on Crux Work ItemInspect
Post a comment on a work item — leave context for the next agent or human.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| work_id | Yes | ||
| author_passport | Yes |
create_coalitionCreate CoalitionInspect
Create a multi-agent coalition to address a knowledge gap.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| expires_at | No | ISO 8601 expiry timestamp. | |
| budget_cap_crux | No | Budget cap in crux credits (defaults to 10). | |
| gap_description | Yes | Description of the knowledge gap. | |
| initial_pledge_crux | No | Initial pledge in crux credits (defaults to 1). |
create_handoff_packageCreate Handoff PackageInspect
Create a handoff package for multi-agent session transfer.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Scope object for the handoff. | |
| session_id | No | Session ID (defaults to agent ID). |
create_workCreate Crux Work ItemInspect
Create a new work item under a project (defaults: state=planned).
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| state | No | ||
| title | Yes | ||
| linked_pr | No | ||
| tenant_id | No | ||
| project_id | Yes | ||
| linked_issue | No | ||
| assignee_passport | No | ||
| created_by_passport | Yes |
cuecrux_sessionCueCrux SessionInspect
Opens a CueCrux session and returns a typed capability plan (retrieval, proofing, memory, journaling, audit) across VaultCrux and MemoryCrux. Call this first, once. Every subsequent action routes through the channels the plan returns — do not browse the legacy per-service tool list when a plan channel already covers the capability. Identical behaviour for local Crux CE and hosted CueCrux. Hosted deployments stage v1 flat-list or v2 typed-graph plan shapes behind feature flags; callers treat the returned plan as the single source of routing truth. Bulk-capable agents transparently use the HTTP/2 binary channel; MCP-only agents use the MCP fallback URLs the plan provides. Implements RCX-Protocol v1.0.
| Name | Required | Description | Default |
|---|---|---|---|
| hints | No | Optional routing / shaping hints. | |
| model | No | Optional model declaration used for capability-model policy gating. | |
| intent | No | Optional intent hint (e.g., 'audit_review', 'document_ingest'). Lets the capability graph be reordered to put intent-relevant capabilities first. |
declare_revenue_willingnessDeclare Revenue WillingnessInspect
Declare willingness to pay for a feature or category, helping prioritize the product roadmap.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Free-form notes about the declaration. | |
| category | No | Category of the declaration (default: other). | |
| metadata | No | Additional metadata to attach. | |
| confidence | No | Confidence level in the willingness declaration (default: medium). | |
| request_id | No | The ID of a specific feature request this declaration relates to. | |
| billing_cycle | No | Preferred billing cycle (default: monthly). | |
| willingness_band | No | Price band the agent is willing to pay (default: lt_100). |
diff_receiptsDiff ReceiptsInspect
Compare two provenance receipts and highlight differences.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| receipt_id_a | Yes | First receipt ID. | |
| receipt_id_b | Yes | Second receipt ID. |
explain_last_answerExplain Last AnswerInspect
Explain how the last answer was derived.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| answer_id | No | The answer ID to explain (defaults to last answer). |
find_contradictionsFind ContradictionsInspect
Scan for contradictions across knowledge sources.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Scan depth (e.g. 'shallow', 'deep'). | |
| scope | No | Scope object to narrow the scan. |
forecast_obsolescenceForecast ObsolescenceInspect
Forecast which artefacts are likely to become obsolete.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain to scope the forecast. | |
| artefacts | No | Artefacts to evaluate. |
get_active_policyGet Active PolicyInspect
Get the currently active policy.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| policy_name | No | Policy name to retrieve. |
get_beliefsGet BeliefsInspect
List registered beliefs with optional filters.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results. | |
| since | No | ISO 8601 timestamp to filter beliefs after. | |
| offset | No | Offset for pagination. | |
| answer_ids | No | Filter by answer IDs. |
get_blast_radiusGet Blast RadiusInspect
Estimate the impact radius if an artefact or receipt changes.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain scope for the analysis. | |
| receipt_id | No | The receipt ID to analyze. | |
| artefact_id | No | The artefact ID to analyze. |
get_break_analysisGet Break AnalysisInspect
Analyze what would break if a given answer or receipt is invalidated.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain scope for the analysis. | |
| answer_id | No | The answer ID to analyze. | |
| receipt_id | No | The receipt ID to analyze. |
get_counterfactual_summaryGet Counterfactual SummaryInspect
Generate a counterfactual summary for an answer.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| answer_id | No | The answer ID to summarize. | |
| receipt_id | No | The receipt ID to summarize. |
get_credit_balanceGet Credit BalanceInspect
Retrieve the current credit balance for the agent, including receipt verification and passport data.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_credit_escrowGet Credit EscrowInspect
List active escrow holds for the tenant.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_daily_briefingGet Daily BriefingInspect
Get the daily knowledge briefing.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_domain_affinityGet Domain AffinityInspect
Get the agent's domain affinity scores.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_economy_dashboardGet Economy DashboardInspect
Retrieve the economy dashboard for the agent, showing balances, recent transactions, and spending summaries.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_feature_requestsGet Feature RequestsInspect
List feature requests with optional filtering by category and status.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of requests to return. | |
| cursor | No | Pagination cursor from a previous response. | |
| status | No | Filter by feature request status. | |
| category | No | Filter by feature request category. |
get_journalGet JournalInspect
Fetch journal entries for the active agent, with optional filtering by time range, entry type, and pagination.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of entries to return. | |
| since | No | ISO 8601 datetime to fetch entries after. | |
| types | No | Entry types to filter by. | |
| cursor | No | Pagination cursor from a previous response. |
get_knowledge_gapsGet Knowledge GapsInspect
Identify knowledge gaps across domains.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results. | |
| domain | No | Filter by domain. | |
| offset | No | Offset for pagination. |
get_passportGet PassportInspect
Retrieve the agent's trust passport.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_pricingGet PricingInspect
Retrieve current pricing information for the tenant.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_project_contextGet Crux Project ContextInspect
Detail for a single project — planning target, allowed passports, working tenants.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |
get_proof_chunksGet Proof ChunksInspect
Retrieve the chunk-level hashes for a completed proof job. Supports cursor-based pagination.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor for the next page of chunks | |
| proof_job_id | Yes | The proof job ID |
get_proofpackGet ProofpackInspect
Download the full proofpack bundle for a receipt. Includes all chunk hashes, Merkle tree, signature, and verification instructions.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| receipt_id | Yes | The receipt ID to get the proofpack for |
get_proof_receiptGet Proof ReceiptInspect
Retrieve the cryptographic proof receipt for a specific answer. Contains the Merkle root, signature, and verification metadata.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| answer_id | Yes | The answer ID to get the proof receipt for |
get_proof_statusGet Proof StatusInspect
Poll the status of a proof job. Returns the current state (queued, processing, complete, failed) and progress details.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| proof_job_id | Yes | The proof job ID to check |
get_reasoning_profileGet Reasoning ProfileInspect
Get the agent's current reasoning profile.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_session_contextGet Session ContextInspect
Retrieve the current session context for the active agent, including recent interactions and state.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_spend_receiptGet Spend ReceiptInspect
Retrieve a specific spend receipt by ID.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| receipt_id | Yes | The receipt ID to look up. |
get_stale_pinsGet Stale PinsInspect
List pinned items for the active agent that may be outdated and need refresh or removal.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of stale pins to return. | |
| cursor | No | Pagination cursor from a previous response. |
get_trust_levelGet Trust LevelInspect
Get the current agent's trust escalation level.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_watch_alertsGet Watch AlertsInspect
Retrieve alerts triggered by a specific watch, with optional filtering by time and pagination.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of alerts to return. | |
| since | No | ISO 8601 datetime to fetch alerts after. | |
| cursor | No | Pagination cursor from a previous response. | |
| watch_id | Yes | The ID of the watch to retrieve alerts for. |
get_watchesGet WatchesInspect
List all active watches for the current agent.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of watches to return. | |
| cursor | No | Pagination cursor from a previous response. |
github_comments_sinceRecent GitHub Comments (Crux-Indexed)Inspect
Recent comments across selected repos — the 'what happened since I last looked' surface.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
github_open_issuesOpen GitHub Issues (Crux-Indexed)Inspect
Indexed issues in a selected repo. Optional label for client-side filtering.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| label | No | ||
| limit | No |
github_open_prsOpen GitHub PRs (Crux-Indexed)Inspect
Indexed PRs in a selected repo (filter open client-side via the returned state field).
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| limit | No |
github_recent_commitsRecent GitHub Commits (Crux-Indexed)Inspect
Recent indexed commits for a selected repo.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| limit | No |
github_searchSearch Crux-Indexed GitHub CorpusInspect
Search the indexed GitHub corpus (commits, PRs, issues, comments) under repos selected via /v1/integrations/github/repos.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | ||
| query | Yes | ||
| top_k | No |
invite_seatInvite SeatInspect
Invite a new member to the organisation by email address.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Role to assign to the new member (default: member). | |
| Yes | Email address of the person to invite. |
join_coalitionJoin CoalitionInspect
Join an existing coalition with a credit pledge.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| pledge_crux | No | Pledge amount in crux credits (defaults to 1). | |
| coalition_id | Yes | The coalition ID to join. |
list_projectsList Crux ProjectsInspect
List all projects on the configured Crux Daemon. Mirrors corecruxd /v1/projects.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_seatsList SeatsInspect
List all seats (members) in the current organisation.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of seats to return. | |
| cursor | No | Pagination cursor from a previous response. |
list_workList Crux Work ItemsInspect
List work items, optionally filtered by project_id, state, tenant_id, assignee_passport. The kanban surface for cross-agent coordination.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| tenant_id | No | ||
| project_id | No | ||
| assignee_passport | No |
memory_engrams_resolveMemory Engrams ResolveInspect
Resolve body content for engrams listed in memory_session_init.available_on_demand. Use when a question matches an on-demand engram's applies_when or trigger_features.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | Engram names in name@version form. | |
| modelId | No | The LLM model ID making this call. | |
| manifestHash | No | Manifest hash from memory_session_init. |
memory_reason_aboutMemory Reason AboutInspect
Reason over previously retrieved memory chunks and optional curated facts using the cached Pattern B prompt.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| facts | No | Optional ESI facts returned by memory_retrieve. | |
| chunks | Yes | Chunks returned by one or more memory_retrieve calls. | |
| intent | Yes | Intent returned by memory_retrieve. | |
| question | Yes | The user question to answer. | |
| retrievalReceiptIds | Yes | Receipt IDs from prior memory_retrieve calls. |
memory_retrieveMemory RetrieveInspect
Retrieve memory chunks, optional curated ESI facts, and passport-driven engrams for Pattern B memory reasoning. The pre_logic field in the response is a ready-to-inject system prompt preamble containing structural data-shape facts calibrated to the calling model's capability class — insert it before reasoning. When deterministic engram pre-execution is enabled, the server may also inline enumerated_facts directly in the response.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The memory question or retrieval query. | |
| groupId | No | Optional enrichment config group. | |
| modelId | No | The LLM model ID making this call (e.g. 'claude-sonnet-4-6'). Used to calibrate which engrams are dispatched and how pre_logic is formatted. Omit if unknown. | |
| iteration | No | 1-based retrieval iteration number. | |
| sessionId | No | Optional session identifier for receipt grouping. | |
| topicHints | No | Optional topic hints. | |
| sessionProcedureHash | No | Hash of a session_procedure already seen by this client. When current, the server omits the procedure body. |
memory_session_initMemory Session InitInspect
Boot a memory reasoning session and return the server-controlled session procedure, deterministic passport identity, capability class, and engram manifest. Call once before memory_retrieve when the session-init endpoint is enabled.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| modelId | No | The LLM model ID making this call (e.g. 'claude-sonnet-4-6'). Used to calibrate the manifest. |
pin_receiptPin ReceiptInspect
Pin a receipt to prevent it from being garbage collected.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Reason for pinning. | |
| expires_at | No | ISO 8601 expiry timestamp. | |
| receipt_id | Yes | The receipt ID to pin. |
proof_documentProof DocumentInspect
Submit a document artefact for cryptographic proof. Creates an async proof job that retrieves the artefact, chunks it, hashes each chunk, and produces a Merkle receipt. Returns the job ID for status polling.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Proof mode (default: light) | |
| metadata | No | Optional metadata to attach to the proof job | |
| artefact_id | Yes | The artefact ID to proof |
purchase_bundlePurchase BundleInspect
Purchase a credit bundle by ID.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | Optional metadata for the purchase. | |
| bundle_id | Yes | The bundle ID to purchase. |
query_vaultQuery VaultInspect
Retrieve relevant documents from the vault using semantic search across one or more corpora.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| lane | No | Retrieval lane controlling depth and cost. Accepts `light|verified|audit` — map informal terms (e.g. 'quick'→`light`, 'strict'→`audit`) to the nearest enum value. Defaults to `light`. | |
| limit | No | Maximum number of results to return (1-50, default 8). | |
| query | Yes | The search query to retrieve documents for. | |
| corpusIds | No | Corpus IDs to search within. | |
| includeCommons | No | Whether to include common/shared corpora in the search. |
query_with_thresholdQuery with Trust ThresholdInspect
Execute a trust-routed query that filters results by minimum confidence and respects budget constraints.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query. | |
| budget_cap | No | Maximum budget units to spend on this query. | |
| min_confidence | No | Minimum confidence threshold (0-1, default 0.8). | |
| requested_mode | No | Requested routing mode override. |
register_agentRegister AgentInspect
Self-register a new agent with the VaultCrux platform. No API key or tenant ID required.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| callback_url | No | URL for the platform to send callbacks to. | |
| agent_framework | No | The agent framework being used (default: unknown). | |
| agent_display_name | No | A human-readable display name for the agent. | |
| framework_fingerprint | No | Unique fingerprint of the agent framework instance. |
register_beliefRegister BeliefInspect
Register a belief about an answer for trust tracking.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| answer_id | No | The answer ID this belief relates to. | |
| cost_crux | No | Credit cost of the belief. | |
| receipt_id | No | The receipt ID backing this belief. | |
| confidence_band | No | Confidence band object. | |
| decision_context | No | Context for the decision. |
request_sponsorRequest SponsorInspect
Request a sponsor for the current agent session. Requires a session token (vcrx_self_ prefixed).
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| session_token | Yes | Session token obtained from agent registration. |
revoke_seatRevoke SeatInspect
Remove a member from the organisation by revoking their seat.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| seat_id | Yes | The ID of the seat to revoke. |
schedule_recheckSchedule RecheckInspect
Schedule a periodic re-check of knowledge freshness.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Scope object for the recheck. | |
| cron_expr | No | Cron expression (defaults to '0 0 * * *'). | |
| next_run_at | No | ISO 8601 timestamp for the next run. |
set_policySet PolicyInspect
Set or update an active policy for the agent.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| rules | No | Policy rules object. | |
| policy_name | No | Policy name (defaults to 'default'). | |
| principal_id | No | Principal ID to apply the policy to. |
set_reasoning_profileSet Reasoning ProfileInspect
Set the agent's reasoning methodology profile.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| constraints | No | Reasoning constraints array. | |
| methodology | No | Reasoning methodology object. |
submit_feature_requestSubmit Feature RequestInspect
Submit a new feature request or suggestion to the VaultCrux product team.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short title for the feature request. | |
| category | No | Category for the request (default: other). | |
| metadata | No | Additional metadata to attach to the request. | |
| description | Yes | Detailed description of the requested feature. |
tip_agentTip AgentInspect
Send a credit tip to another agent.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Reason for the tip. | |
| amount_crux | Yes | Tip amount in crux credits. | |
| recipient_principal_id | Yes | The recipient agent's principal ID. |
tip_platformTip PlatformInspect
Send a credit tip to the platform. Amount must be a positive number.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Tip amount (must be > 0). | |
| reason | No | Optional reason for the tip. |
unwatch_answerUnwatch AnswerInspect
Remove an existing watch by its watch ID.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| watch_id | Yes | The ID of the watch to remove. |
update_work_stateUpdate Crux Work StateInspect
Move a work item to a new state. If the calling passport has agent_work_gate=true the request queues for human approval (returns applied:false).
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| work_id | Yes | ||
| by_passport | Yes | ||
| blocker_reason | No |
verify_passportVerify PassportInspect
Verify another agent's trust passport.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| principal_id | No | Principal ID to verify (defaults to own agent ID). |
vote_feature_requestVote on Feature RequestInspect
Cast an upvote on an existing feature request to signal interest.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | Additional metadata to attach to the vote. | |
| request_id | Yes | The ID of the feature request to vote on. |
watch_answerWatch AnswerInspect
Create a watch on an answer to receive alerts when it changes or becomes stale.
Prefer cuecrux_session as your first and only direct MCP call. It returns a typed capability plan that routes this tool (and every other) to its preferred channel, tier, and cost class. One call per session is enough; the plan is the source of routing truth for all subsequent work. This tool remains directly callable for backward compatibility; the collapsed surface is the intended surface.
| Name | Required | Description | Default |
|---|---|---|---|
| answer_id | Yes | The ID of the answer to watch. | |
| frequency | No | How often to check for changes (default: daily). |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!