Analytics
vaultbags.app
Provides financial analytics and daily briefings on treasury allocation, market signals, and on-chain receipts.
ENDPOINT 1
https://vaultbags.app/api/mcp
MCP server metadata
- Name
- vaultbags
- Version
- 1.0.0
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_allocationToday'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-onlyget_daily_briefingToday'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-onlyget_treasury_statsLive 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-onlyget_decision_historyRecent daily allocation decisions, newest first: date, weights, rationale and the on-chain receipt transaction of each day that was stamped.
Inferred read-onlyget_market_signalsThe 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-onlyget_brain_vs_flatThe honest track record: did following the vault's daily Smart Allocation line beat a fixed even 33/33/33 split?
Inferred read-onlysimulate_allocationRun 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-onlyget_projectsEvery treasury currently running on VaultBags (any Bags token can integrate, not just $VAULT).
Inferred read-onlyget_project_treasuryOne 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-onlyget_agentEvaluate 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-onlyget_vault_docsCondensed protocol documentation: how the vault works, the 70/20/10 distribution, Smart Allocation, locking, claiming, and links to the live surfaces.
Inferred read-onlylist_rwasA 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-onlyget_protocol_meterThe Meter: one consolidated snapshot of the protocol's live, receipt-backed numbers.
Inferred read-onlyget_autonomyThe 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-onlyget_agent_passportThe 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-onlyget_rwa_performanceThe 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 effectsget_shadow_vs_brainThe 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-onlyget_recent_cyclesThe latest distribution cycles across every integrated project: SOL processed, whether all swaps succeeded, and the on-chain distribution transaction receipt for each.
Inferred read-onlyget_monthly_reportsThe 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-onlyget_proof_of_reservesProof 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-onlysimulate_lock_boostEstimate 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-onlyverify_dayVerify a whole day of the claim ledger against its stamped Merkle root, no transaction needed.
Inferred read-onlyget_autonomy_specThe 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-onlyverify_decisionVerify one daily allocation decision against the hash stamped on-chain that day.
Inferred read-onlyCONNECT 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.
vaultbags.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.