← accrue.cc

INDIVIDUAL MCP TOOL

compare_vaults

Compare two or more ACCRUE vaults side by side.

accrue.ccnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

accrue.cc

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.accrue-mcp]
url = "https://accrue.cc/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "accrue-mcp": {
      "type": "http",
      "url": "https://accrue.cc/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: accrue-mcp
Remote MCP URL: https://accrue.cc/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": {
    "accrue-mcp": {
      "url": "https://accrue.cc/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "accrue-mcp": {
      "type": "http",
      "url": "https://accrue.cc/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "accrue-mcp",
  "transport": "streamable-http",
  "url": "https://accrue.cc/mcp"
}
MCP Inspector

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

Related tools

  • get_syx_value — Get the current Stablecoin Yield Index (SYX) value and rolling averages (7-day, 30-day, 90-day).
  • get_syx_methodology — Get the full SYX methodology — how the index is constructed, which onchain components are included, how weights are calculated, the measurement windows, and the exclusion rules.
  • get_syx_components — List the current SYX components with their live weights, APYs, and total value locked.
  • get_syx_history — Get historical SYX index readings.
  • list_vaults — List all stablecoin yield vaults available on ACCRUE with their current live APYs, risk tiers, chains, and underlying protocols.
  • get_vault_details — Get full details on a single ACCRUE yield vault by ID or name.
  • search_vaults — Filter ACCRUE vaults by chain, risk tier, protocol, and/or minimum APY.
  • list_model_portfolios — List all model portfolios on ACCRUE, organised per chain.