← vaultbags.app

INDIVIDUAL MCP TOOL

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.

vaultbags.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://vaultbags.app/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_rwa_performance and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

vaultbags.app

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.

Related tools

  • 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.
  • 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.
  • 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.
  • get_decision_history — Recent daily allocation decisions, newest first: date, weights, rationale and the on-chain receipt transaction of each day that was stamped.
  • 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.
  • 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?
  • 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.
  • get_projects — Every treasury currently running on VaultBags (any Bags token can integrate, not just $VAULT).