Analytics
accrue.cc
Provides analytics on stablecoin yields, including index values, methodology, components, and yield vault data.
ENDPOINT 1
https://accrue.cc/mcp
MCP server metadata
- Name
- accrue-mcp
- Version
- 2.0.0
Known tools 14
get_syx_valueGet the current Stablecoin Yield Index (SYX) value and rolling averages (7-day, 30-day, 90-day).
Inferred read-onlyget_syx_methodologyGet 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.
Inferred read-onlyget_syx_componentsList the current SYX components with their live weights, APYs, and total value locked.
Inferred read-onlylist_vaultsList all stablecoin yield vaults available on ACCRUE with their current live APYs, risk tiers, chains, and underlying protocols.
Inferred read-onlysearch_vaultsFilter ACCRUE vaults by chain, risk tier, protocol, and/or minimum APY.
Inferred read-onlyget_portfolio_detailsGet full details on a single model portfolio: its underlying vault allocations, the live APY of each underlying vault, and the blended portfolio APY.
Inferred read-onlyrecommend_strategyRecommend a vault or model portfolio for a user based on their risk profile and chain preference.
Inferred read-onlycalculate_yieldProject compound returns for a USDC deposit into any ACCRUE vault or model portfolio over a given holding period.
Inferred read-onlyget_platform_infoGet high-level facts about the ACCRUE platform: fee structure, custody model, supported chains, wallets, KYC requirements, withdrawal terms, and AI agent integration status.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for accrue.cc was fetched 2026-07-26T17:26:04.862Z and is being refreshed.
accrue.cc is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.