Skip to main content
Glama

Server Details

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

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 14 tool updates
    • Addedcomment_on_work
    • Addedcreate_work
    • Addedget_project_context
    • Addedgithub_comments_since
    • Addedgithub_open_issues
    • Addedgithub_open_prs
    • Addedgithub_recent_commits
    • Addedgithub_search
    • Addedlist_projects
    • Addedlist_work
    • Addedmemory_engrams_resolve
    • Changedmemory_retrieve1 field changed
      • addedInput schema / properties / sessionProcedureHash
        Added value: +{
        +  "description": "Hash of a session_procedure already seen by this client. When current, the server omits the procedure body.",
        +  "type": "string"
        +}
    • Addedmemory_session_init
    • Addedupdate_work_state
  2. 6 tool updates
    • Addedaction_journal_query
    • Removedaction_journal.query
    • Changedcuecrux_session3 fields changed
      • addedInput schema / properties / model / properties / declared / description
        Added value: +"Optional free-form model identifier (e.g. 'claude-haiku-4-5-20251001')."
      • addedInput schema / properties / model / properties / declared_family / description
        Added value: +"Model family. Accepts `claude|gpt|gemini|local|unknown`. If the actual family is outside this set, pick the closest match and proceed — do not skip declaring."
      • addedInput schema / properties / model / properties / declared_size / description
        Added value: +"Model size tier. Accepts `small|medium|large|frontier`. Map informal terms (e.g. 'mini'→`small`, 'flagship'→`frontier`) to the nearest enum value — do not skip declaring."
    • Addedmemory_reason_about
    • Addedmemory_retrieve
    • Changedquery_vault1 field changed
      • changedInput schema / properties / lane / description
        Previous value: -"Retrieval lane controlling depth and cost."New value: +"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`."
  3. 1 tool update
    • Addedcuecrux_session
  4. 1 tool update
    • Changedquery_vault2 fields changed
      • changedInput schema / properties / limit / description
        Previous value: -"Maximum number of results to return (1-20, default 8)."New value: +"Maximum number of results to return (1-50, default 8)."
      • changedInput schema / properties / limit / maximum
        Previous value: -20New value: +50
  5. 60 tool updates
    • First observedaccept_handoff_package
    • First observedaction_journal.query
    • First observedannotate_session
    • First observedbrowse_bundles
    • First observedchange_seat_role
    • First observedcreate_coalition
    • First observedcreate_handoff_package
    • First observeddeclare_revenue_willingness
    • First observeddiff_receipts
    • First observedexplain_last_answer
    • First observedfind_contradictions
    • First observedforecast_obsolescence
    • First observedget_active_policy
    • First observedget_beliefs
    • First observedget_blast_radius
    • First observedget_break_analysis
    • First observedget_counterfactual_summary
    • First observedget_credit_balance
    • First observedget_credit_escrow
    • First observedget_daily_briefing
    • First observedget_domain_affinity
    • First observedget_economy_dashboard
    • First observedget_feature_requests
    • First observedget_journal
    • First observedget_knowledge_gaps
    • First observedget_passport
    • First observedget_pricing
    • First observedget_proof_chunks
    • First observedget_proof_receipt
    • First observedget_proof_status
    • First observedget_proofpack
    • First observedget_reasoning_profile
    • First observedget_session_context
    • First observedget_spend_receipt
    • First observedget_stale_pins
    • First observedget_trust_level
    • First observedget_watch_alerts
    • First observedget_watches
    • First observedinvite_seat
    • First observedjoin_coalition
    • First observedlist_seats
    • First observedpin_receipt
    • First observedproof_document
    • First observedpurchase_bundle
    • First observedquery_vault
    • First observedquery_with_threshold
    • First observedregister_agent
    • First observedregister_belief
    • First observedrequest_sponsor
    • First observedrevoke_seat
    • First observedschedule_recheck
    • First observedset_policy
    • First observedset_reasoning_profile
    • First observedsubmit_feature_request
    • First observedtip_agent
    • First observedtip_platform
    • First observedunwatch_answer
    • First observedverify_passport
    • First observedvote_feature_request
    • First observedwatch_answer

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Trust-aware Nostr MCP server. 236 tools for identity, social, DMs, trust scoring, AI-to-AI dispatch, Lightning payments, privacy proofs, and encrypted vaults. NIP-46 bunker auth; keys never leave the signing device.
    553
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Versioned document vault system for MCP-compatible AI agents. Organizes reference knowledge (specs, contracts, rules) into per-project vaults with 36 MCP tools for inject, search, link, and version operations. Local SQLite backend. Works with Claude, Cursor, Codex, Hermes Agent. Free (3 vaults) / Pro ($9/mo).
    49
    4
    Business Source 1.1
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
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.

Resources