Skip to content
Back to search
100
MCP live v0.1.0 MCP 2025-11-25 streamable-http

VaultCrux Platform

io.github.cuecrux/vaultcrux-platform

VaultCrux Platform — 60 tools: retrieval, proof, intel, economy, watch, org

Uptime
100.0%
1 direct probes · 30d
Response
543ms
last probe
Tools
76
callable
Resources
0
readable
Prompts
0
available

Tools · 76

cuecrux_session

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 thro…

query_vault

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 r…

query_with_threshold

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…

get_session_context

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…

get_journal

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 capa…

action_journal_query

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 thi…

get_stale_pins

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 route…

memory_retrieve

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 containi…

memory_session_init

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 se…

memory_engrams_resolve

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 you…

memory_reason_about

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 capabi…

proof_document

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 p…

get_proof_status

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 ty…

get_proof_chunks

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 r…

get_proof_receipt

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 ret…

get_proofpack

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…

get_credit_balance

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 pla…

get_credit_escrow

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 c…

get_spend_receipt

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 c…

get_pricing

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…

get_economy_dashboard

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 capabi…

tip_platform

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 eve…

browse_bundles

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 preferre…

purchase_bundle

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, t…

get_passport

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 chann…

verify_passport

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 cha…

get_trust_level

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 pref…

register_belief

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 it…

get_beliefs

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 prefe…

diff_receipts

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) …

get_blast_radius

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 othe…

get_break_analysis

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 ev…

get_counterfactual_summary

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 pre…

explain_last_answer

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 c…

get_domain_affinity

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 ch…

annotate_session

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 …

get_knowledge_gaps

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 ch…

get_daily_briefing

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,…

set_policy

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 prefer…

get_active_policy

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, …

schedule_recheck

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…

set_reasoning_profile

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 prefe…

get_reasoning_profile

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…

pin_receipt

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) t…

tip_agent

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 channe…

create_coalition

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) …

join_coalition

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 pre…

create_handoff_package

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) …

accept_handoff_package

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 channe…

find_contradictions

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 pr…

forecast_obsolescence

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 …

watch_answer

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 to…

unwatch_answer

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 …

get_watches

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 prefe…

get_watch_alerts

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…

submit_feature_request

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 (an…

vote_feature_request

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 …

get_feature_requests

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 ev…

declare_revenue_willingness

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 …

list_seats

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 it…

invite_seat

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) t…

change_seat_role

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) …

revoke_seat

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 othe…

register_agent

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 route…

request_sponsor

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 th…

list_projects

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…

get_project_context

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…

list_work

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 ca…

create_work

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 …

update_work_state

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…

comment_on_work

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 (a…

github_search

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…

github_recent_commits

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 preferre…

github_open_prs

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 route…

github_open_issues

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 too…

github_comments_since

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 route…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "vaultcrux_platform": {
      "url": "https://api.vaultcrux.com/platform/mcp",
      "transport": "streamable-http"
    }
  }
}