← Registry

Analytics

vaultbags.app

Provides financial analytics and daily briefings on treasury allocation, market signals, and on-chain receipts.

x402 supported1 endpoint26 known toolsFirst detected August 6, 2026Last detected August 6, 2026

ENDPOINT 1

https://vaultbags.app/api/mcp

No auth detected

MCP server metadata

Name
vaultbags
Version
1.0.0
Capabilities
toolspromptsresources
Server instructions

VaultBags is an autonomous treasury on Solana (built on Bags): trading fees are converted into tokenized gold, the S&P 500 and US treasuries that holders claim. Every day at 00:00 UTC it reads live market data and sets that day's buy proportions inside a strict 23-43% band, then stamps the decision on-chain. All tools here are read-only public data. Amounts are informational; nothing here moves funds or signs anything.

Known tools 26

get_todays_allocation

Today's RWA buy proportions (gold / S&P 500 / US treasuries), the 23-43% band, whether the decision is frozen for the day, the plain-English rationale, and the on-chain receipt transaction if already stamped.

Inferred read-only
get_daily_briefing

Today's public Daily Vault Briefing: a short market note explaining why the vault is buying in today's proportions, plus the weights and the on-chain receipt transaction.

Inferred read-only
get_treasury_stats

Live treasury statistics: per-asset balances and USD values (gold, S&P 500, US treasuries), total vault value, total paid to holders, holder count, cycles processed and fees processed.

Inferred read-only
get_decision_history

Recent daily allocation decisions, newest first: date, weights, rationale and the on-chain receipt transaction of each day that was stamped.

Inferred read-only
get_market_signals

The quantitative market signals behind today's allocation: real yields, breakeven inflation, the dollar trend, gold momentum, credit spreads, volatility (VIX), S&P momentum, the 10Y yield, the 10Y-2Y curve and crypto sentiment.

Inferred read-only
get_brain_vs_flat

The honest track record: did following the vault's daily Smart Allocation line beat a fixed even 33/33/33 split?

Inferred read-only
simulate_allocation

Run the vault's allocation model on YOUR market inputs and get back the buy proportions it would choose (gold / S&P 500 / US treasuries), the per-asset convictions, and a plain-English rationale, always within the 23-43% band.

Inferred read-only
get_projects

Every treasury currently running on VaultBags (any Bags token can integrate, not just $VAULT).

Inferred read-only
get_project_treasury

One integrated project's live treasury by SPL token mint: the claimable pool and lock-boost pool real-world-asset holdings and USD values, the distribution split, and total fees processed.

Inferred read-only
get_agent

Evaluate ANY token running on VaultBags as an autonomous agent, by SPL token mint: its Autonomy Score, its passport (identity, surfaces, on-chain receipts) and its treasury.

Inferred read-only
get_vault_docs

Condensed protocol documentation: how the vault works, the 70/20/10 distribution, Smart Allocation, locking, claiming, and links to the live surfaces.

Inferred read-only
list_rwas

A curated, on-chain-certified registry of openly transferable tokenized real-world assets on Solana (tokenized gold, US Treasuries, and US equities/ETFs from issuers like Backed/xStocks, Ondo and oro).

Inferred read-only
get_rwa

Look up one tokenized real-world asset by its symbol (e.g.

Inferred read-only
get_protocol_meter

The Meter: one consolidated snapshot of the protocol's live, receipt-backed numbers.

Inferred read-only
get_autonomy

The vault agent's Autonomy Score and the verifiable facts behind it: daily frozen decisions, on-chain receipts, distribution cycles, value paid to holders, firewall status and earned-income coverage.

Inferred read-only
get_agent_passport

The vault agent's portable machine-readable passport: identity, capabilities, machine surfaces (MCP/REST/OpenAPI), Autonomy Score, and pointers to its on-chain decision receipts.

Inferred read-only
get_rwa_performance

The vault's REAL position performance per RWA (GOLD, SPYx, USDY) since purchase: cost basis, average cost, current value and return, in both USD and SOL terms, reconstructed from actual on-chain swaps.

Potential side effects
get_shadow_vs_brain

The shadow analyst scoreboard: every day a language model makes its own allocation call from the same market signals as the deterministic brain, and this compares them honestly over time.

Inferred read-only
get_recent_cycles

The latest distribution cycles across every integrated project: SOL processed, whether all swaps succeeded, and the on-chain distribution transaction receipt for each.

Inferred read-only
get_monthly_reports

The agent's closed books: one report per calendar month with fees claimed, cycles run, real-world assets distributed, value claimed by holders, decisions frozen and stamped, and its own settled earnings.

Inferred read-only
get_proof_of_reserves

Proof of Reserves: the named on-chain wallets that hold the vault's real-world assets, the certified issuer behind each asset (Backed/xStocks, Ondo, oro), live on-chain balances and USD values, plus the daily decision receipts and lifetime value paid to holders.

Inferred read-only
verify_claim

Verify one holder claim against the on-chain Merkle root.

Inferred read-only
simulate_lock_boost

Estimate the lock boost with live data: what percentage of circulating $VAULT is locked right now, the shared boost multiplier that fraction produces (the same formula the payout cron uses, capped at 1.5x), and what both become if you lock N more tokens.

Inferred read-only
verify_day

Verify a whole day of the claim ledger against its stamped Merkle root, no transaction needed.

Inferred read-only
get_autonomy_spec

The Autonomy Score's own rules, published so the number can be recomputed rather than believed: every dimension with its weight and scope, the formula behind each 0-100 sub-score, which public endpoint each input comes from, how independently verifiable that input is (some are anchored on-chain, one is our own assertion and says so), the composite formula, the tier thresholds, and an explicit list of what the score does NOT claim.

Inferred read-only
verify_decision

Verify one daily allocation decision against the hash stamped on-chain that day.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.vaultbags]
url = "https://vaultbags.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vaultbags": {
      "type": "http",
      "url": "https://vaultbags.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vaultbags
Remote MCP URL: https://vaultbags.app/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "vaultbags": {
      "url": "https://vaultbags.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vaultbags": {
      "type": "http",
      "url": "https://vaultbags.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vaultbags",
  "transport": "streamable-http",
  "url": "https://vaultbags.app/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for vaultbags.app was fetched 2026-08-16T01:46:10.729Z.

Trust status Neutral

vaultbags.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.