Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsB

Average 3.8/5 across 76 of 76 tools scored. Lowest: 2.9/5.

Server CoherenceB
Disambiguation4/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.

Naming Consistency3/5

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.

Tool Count2/5

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.

Completeness4/5

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 tools
accept_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.

ParametersJSON Schema
NameRequiredDescriptionDefault
package_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of receipts to return.
sinceNoISO 8601 datetime for the start of the query window.
untilNoISO 8601 datetime for the end of the query window.
offsetNoNumber of receipts to skip for pagination.
outcomeNoFilter by outcome status.
tool_nameNoFilter 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
contentYesAnnotation content.
session_idNoSession ID (defaults to 'default').
annotation_typeNoType 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
roleYesThe new role to assign.
seat_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyYes
work_idYes
author_passportYes
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
expires_atNoISO 8601 expiry timestamp.
budget_cap_cruxNoBudget cap in crux credits (defaults to 10).
gap_descriptionYesDescription of the knowledge gap.
initial_pledge_cruxNoInitial 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
scopeNoScope object for the handoff.
session_idNoSession 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNo
stateNo
titleYes
linked_prNo
tenant_idNo
project_idYes
linked_issueNo
assignee_passportNo
created_by_passportYes
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
hintsNoOptional routing / shaping hints.
modelNoOptional model declaration used for capability-model policy gating.
intentNoOptional 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
notesNoFree-form notes about the declaration.
categoryNoCategory of the declaration (default: other).
metadataNoAdditional metadata to attach.
confidenceNoConfidence level in the willingness declaration (default: medium).
request_idNoThe ID of a specific feature request this declaration relates to.
billing_cycleNoPreferred billing cycle (default: monthly).
willingness_bandNoPrice 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
receipt_id_aYesFirst receipt ID.
receipt_id_bYesSecond 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
answer_idNoThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
depthNoScan depth (e.g. 'shallow', 'deep').
scopeNoScope 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainNoDomain to scope the forecast.
artefactsNoArtefacts 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
policy_nameNoPolicy 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results.
sinceNoISO 8601 timestamp to filter beliefs after.
offsetNoOffset for pagination.
answer_idsNoFilter 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainNoDomain scope for the analysis.
receipt_idNoThe receipt ID to analyze.
artefact_idNoThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainNoDomain scope for the analysis.
answer_idNoThe answer ID to analyze.
receipt_idNoThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
answer_idNoThe answer ID to summarize.
receipt_idNoThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of requests to return.
cursorNoPagination cursor from a previous response.
statusNoFilter by feature request status.
categoryNoFilter 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of entries to return.
sinceNoISO 8601 datetime to fetch entries after.
typesNoEntry types to filter by.
cursorNoPagination 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results.
domainNoFilter by domain.
offsetNoOffset 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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
project_idYes
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
cursorNoPagination cursor for the next page of chunks
proof_job_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
receipt_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
answer_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
proof_job_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
receipt_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of stale pins to return.
cursorNoPagination 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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of alerts to return.
sinceNoISO 8601 datetime to fetch alerts after.
cursorNoPagination cursor from a previous response.
watch_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of watches to return.
cursorNoPagination 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
repoYes
labelNo
limitNo
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
repoYes
limitNo
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
repoYes
limitNo
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
roleNoRole to assign to the new member (default: member).
emailYesEmail 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
pledge_cruxNoPledge amount in crux credits (defaults to 1).
coalition_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of seats to return.
cursorNoPagination 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateNo
tenant_idNo
project_idNo
assignee_passportNo
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
namesYesEngram names in name@version form.
modelIdNoThe LLM model ID making this call.
manifestHashNoManifest 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
factsNoOptional ESI facts returned by memory_retrieve.
chunksYesChunks returned by one or more memory_retrieve calls.
intentYesIntent returned by memory_retrieve.
questionYesThe user question to answer.
retrievalReceiptIdsYesReceipt 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesThe memory question or retrieval query.
groupIdNoOptional enrichment config group.
modelIdNoThe 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.
iterationNo1-based retrieval iteration number.
sessionIdNoOptional session identifier for receipt grouping.
topicHintsNoOptional topic hints.
sessionProcedureHashNoHash 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
modelIdNoThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoReason for pinning.
expires_atNoISO 8601 expiry timestamp.
receipt_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNoProof mode (default: light)
metadataNoOptional metadata to attach to the proof job
artefact_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
metadataNoOptional metadata for the purchase.
bundle_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
laneNoRetrieval 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`.
limitNoMaximum number of results to return (1-50, default 8).
queryYesThe search query to retrieve documents for.
corpusIdsNoCorpus IDs to search within.
includeCommonsNoWhether 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesThe search query.
budget_capNoMaximum budget units to spend on this query.
min_confidenceNoMinimum confidence threshold (0-1, default 0.8).
requested_modeNoRequested 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
callback_urlNoURL for the platform to send callbacks to.
agent_frameworkNoThe agent framework being used (default: unknown).
agent_display_nameNoA human-readable display name for the agent.
framework_fingerprintNoUnique 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
answer_idNoThe answer ID this belief relates to.
cost_cruxNoCredit cost of the belief.
receipt_idNoThe receipt ID backing this belief.
confidence_bandNoConfidence band object.
decision_contextNoContext 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
session_tokenYesSession 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
seat_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
scopeNoScope object for the recheck.
cron_exprNoCron expression (defaults to '0 0 * * *').
next_run_atNoISO 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
rulesNoPolicy rules object.
policy_nameNoPolicy name (defaults to 'default').
principal_idNoPrincipal 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
constraintsNoReasoning constraints array.
methodologyNoReasoning 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesShort title for the feature request.
categoryNoCategory for the request (default: other).
metadataNoAdditional metadata to attach to the request.
descriptionYesDetailed 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoReason for the tip.
amount_cruxYesTip amount in crux credits.
recipient_principal_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesTip amount (must be > 0).
reasonNoOptional 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
watch_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateYes
work_idYes
by_passportYes
blocker_reasonNo
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
principal_idNoPrincipal 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
metadataNoAdditional metadata to attach to the vote.
request_idYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
answer_idYesThe ID of the answer to watch.
frequencyNoHow often to check for changes (default: daily).

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources