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

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

60 tools
accept_handoff_packageInspect

Accept an incoming handoff package.

ParametersJSON Schema
NameRequiredDescriptionDefault
package_idYesThe handoff package ID to accept.
action_journal.queryInspect

Search action journal receipts with filters for time range, outcome, and tool name.

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_sessionInspect

Add an annotation to the current session.

ParametersJSON Schema
NameRequiredDescriptionDefault
contentYesAnnotation content.
session_idNoSession ID (defaults to 'default').
annotation_typeNoType of annotation.
browse_bundlesInspect

List available credit bundles for purchase.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of bundles to return.
change_seat_roleInspect

Change the role assigned to an existing organisation seat.

ParametersJSON Schema
NameRequiredDescriptionDefault
roleYesThe new role to assign.
seat_idYesThe ID of the seat to update.
create_coalitionInspect

Create a multi-agent coalition to address a knowledge gap.

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_packageInspect

Create a handoff package for multi-agent session transfer.

ParametersJSON Schema
NameRequiredDescriptionDefault
scopeNoScope object for the handoff.
session_idNoSession ID (defaults to agent ID).
declare_revenue_willingnessInspect

Declare willingness to pay for a feature or category, helping prioritize the product roadmap.

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_receiptsInspect

Compare two provenance receipts and highlight differences.

ParametersJSON Schema
NameRequiredDescriptionDefault
receipt_id_aYesFirst receipt ID.
receipt_id_bYesSecond receipt ID.
explain_last_answerInspect

Explain how the last answer was derived.

ParametersJSON Schema
NameRequiredDescriptionDefault
answer_idNoThe answer ID to explain (defaults to last answer).
find_contradictionsInspect

Scan for contradictions across knowledge sources.

ParametersJSON Schema
NameRequiredDescriptionDefault
depthNoScan depth (e.g. 'shallow', 'deep').
scopeNoScope object to narrow the scan.
forecast_obsolescenceInspect

Forecast which artefacts are likely to become obsolete.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainNoDomain to scope the forecast.
artefactsNoArtefacts to evaluate.
get_active_policyInspect

Get the currently active policy.

ParametersJSON Schema
NameRequiredDescriptionDefault
policy_nameNoPolicy name to retrieve.
get_beliefsInspect

List registered beliefs with optional filters.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results.
sinceNoISO 8601 timestamp to filter beliefs after.
offsetNoOffset for pagination.
answer_idsNoFilter by answer IDs.
get_blast_radiusInspect

Estimate the impact radius if an artefact or receipt changes.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainNoDomain scope for the analysis.
receipt_idNoThe receipt ID to analyze.
artefact_idNoThe artefact ID to analyze.
get_break_analysisInspect

Analyze what would break if a given answer or receipt is invalidated.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainNoDomain scope for the analysis.
answer_idNoThe answer ID to analyze.
receipt_idNoThe receipt ID to analyze.
get_counterfactual_summaryInspect

Generate a counterfactual summary for an answer.

ParametersJSON Schema
NameRequiredDescriptionDefault
answer_idNoThe answer ID to summarize.
receipt_idNoThe receipt ID to summarize.
get_credit_balanceInspect

Retrieve the current credit balance for the agent, including receipt verification and passport data.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_credit_escrowInspect

List active escrow holds for the tenant.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_daily_briefingInspect

Get the daily knowledge briefing.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_domain_affinityInspect

Get the agent's domain affinity scores.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_economy_dashboardInspect

Retrieve the economy dashboard for the agent, showing balances, recent transactions, and spending summaries.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_feature_requestsInspect

List feature requests with optional filtering by category and status.

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_journalInspect

Fetch journal entries for the active agent, with optional filtering by time range, entry type, and pagination.

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_gapsInspect

Identify knowledge gaps across domains.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results.
domainNoFilter by domain.
offsetNoOffset for pagination.
get_passportInspect

Retrieve the agent's trust passport.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_pricingInspect

Retrieve current pricing information for the tenant.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_proof_chunksInspect

Retrieve the chunk-level hashes for a completed proof job. Supports cursor-based pagination.

ParametersJSON Schema
NameRequiredDescriptionDefault
cursorNoPagination cursor for the next page of chunks
proof_job_idYesThe proof job ID
get_proofpackInspect

Download the full proofpack bundle for a receipt. Includes all chunk hashes, Merkle tree, signature, and verification instructions.

ParametersJSON Schema
NameRequiredDescriptionDefault
receipt_idYesThe receipt ID to get the proofpack for
get_proof_receiptInspect

Retrieve the cryptographic proof receipt for a specific answer. Contains the Merkle root, signature, and verification metadata.

ParametersJSON Schema
NameRequiredDescriptionDefault
answer_idYesThe answer ID to get the proof receipt for
get_proof_statusInspect

Poll the status of a proof job. Returns the current state (queued, processing, complete, failed) and progress details.

ParametersJSON Schema
NameRequiredDescriptionDefault
proof_job_idYesThe proof job ID to check
get_reasoning_profileInspect

Get the agent's current reasoning profile.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_session_contextInspect

Retrieve the current session context for the active agent, including recent interactions and state.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_spend_receiptInspect

Retrieve a specific spend receipt by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
receipt_idYesThe receipt ID to look up.
get_stale_pinsInspect

List pinned items for the active agent that may be outdated and need refresh or removal.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of stale pins to return.
cursorNoPagination cursor from a previous response.
get_trust_levelInspect

Get the current agent's trust escalation level.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_watch_alertsInspect

Retrieve alerts triggered by a specific watch, with optional filtering by time and pagination.

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_watchesInspect

List all active watches for the current agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of watches to return.
cursorNoPagination cursor from a previous response.
invite_seatInspect

Invite a new member to the organisation by email address.

ParametersJSON Schema
NameRequiredDescriptionDefault
roleNoRole to assign to the new member (default: member).
emailYesEmail address of the person to invite.
join_coalitionInspect

Join an existing coalition with a credit pledge.

ParametersJSON Schema
NameRequiredDescriptionDefault
pledge_cruxNoPledge amount in crux credits (defaults to 1).
coalition_idYesThe coalition ID to join.
list_seatsInspect

List all seats (members) in the current organisation.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of seats to return.
cursorNoPagination cursor from a previous response.
pin_receiptInspect

Pin a receipt to prevent it from being garbage collected.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNoProof mode (default: light)
metadataNoOptional metadata to attach to the proof job
artefact_idYesThe artefact ID to proof
purchase_bundleInspect

Purchase a credit bundle by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
metadataNoOptional metadata for the purchase.
bundle_idYesThe bundle ID to purchase.
query_vaultInspect

Retrieve relevant documents from the vault using semantic search across one or more corpora.

ParametersJSON Schema
NameRequiredDescriptionDefault
laneNoRetrieval lane controlling depth and cost.
limitNoMaximum number of results to return (1-20, 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_thresholdInspect

Execute a trust-routed query that filters results by minimum confidence and respects budget constraints.

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_agentInspect

Self-register a new agent with the VaultCrux platform. No API key or tenant ID required.

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_beliefInspect

Register a belief about an answer for trust tracking.

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_sponsorInspect

Request a sponsor for the current agent session. Requires a session token (vcrx_self_ prefixed).

ParametersJSON Schema
NameRequiredDescriptionDefault
session_tokenYesSession token obtained from agent registration.
revoke_seatInspect

Remove a member from the organisation by revoking their seat.

ParametersJSON Schema
NameRequiredDescriptionDefault
seat_idYesThe ID of the seat to revoke.
schedule_recheckInspect

Schedule a periodic re-check of knowledge freshness.

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_policyInspect

Set or update an active policy for the agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
rulesNoPolicy rules object.
policy_nameNoPolicy name (defaults to 'default').
principal_idNoPrincipal ID to apply the policy to.
set_reasoning_profileInspect

Set the agent's reasoning methodology profile.

ParametersJSON Schema
NameRequiredDescriptionDefault
constraintsNoReasoning constraints array.
methodologyNoReasoning methodology object.
submit_feature_requestInspect

Submit a new feature request or suggestion to the VaultCrux product team.

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_agentInspect

Send a credit tip to another agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoReason for the tip.
amount_cruxYesTip amount in crux credits.
recipient_principal_idYesThe recipient agent's principal ID.
tip_platformInspect

Send a credit tip to the platform. Amount must be a positive number.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesTip amount (must be > 0).
reasonNoOptional reason for the tip.
unwatch_answerInspect

Remove an existing watch by its watch ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
watch_idYesThe ID of the watch to remove.
verify_passportInspect

Verify another agent's trust passport.

ParametersJSON Schema
NameRequiredDescriptionDefault
principal_idNoPrincipal ID to verify (defaults to own agent ID).
vote_feature_requestInspect

Cast an upvote on an existing feature request to signal interest.

ParametersJSON Schema
NameRequiredDescriptionDefault
metadataNoAdditional metadata to attach to the vote.
request_idYesThe ID of the feature request to vote on.
watch_answerInspect

Create a watch on an answer to receive alerts when it changes or becomes stale.

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

Verify Ownership

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 verified, the connector will appear as claimed by you.

Sign in to verify ownership

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.