← Registry

Analytics

accrue.cc

Provides analytics on stablecoin yields, including index values, methodology, components, and yield vault data.

1 endpoint14 known toolsFirst detected May 23, 2026Last detected August 29, 2026

ENDPOINT 1

https://accrue.cc/mcp

No auth detected

MCP server metadata

Name
accrue-mcp
Version
2.0.0
Capabilities
tools

Known tools 14

get_syx_value

Get the current Stablecoin Yield Index (SYX) value and rolling averages (7-day, 30-day, 90-day).

Inferred read-only
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.

Inferred read-only
get_syx_components

List the current SYX components with their live weights, APYs, and total value locked.

Inferred read-only
get_syx_history

Get historical SYX index readings.

Inferred read-only
list_vaults

List all stablecoin yield vaults available on ACCRUE with their current live APYs, risk tiers, chains, and underlying protocols.

Inferred read-only
get_vault_details

Get full details on a single ACCRUE yield vault by ID or name.

Inferred read-only
compare_vaults

Compare two or more ACCRUE vaults side by side.

Inferred read-only
search_vaults

Filter ACCRUE vaults by chain, risk tier, protocol, and/or minimum APY.

Inferred read-only
list_model_portfolios

List all model portfolios on ACCRUE, organised per chain.

Inferred read-only
get_portfolio_details

Get 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-only
recommend_strategy

Recommend a vault or model portfolio for a user based on their risk profile and chain preference.

Inferred read-only
calculate_yield

Project compound returns for a USDC deposit into any ACCRUE vault or model portfolio over a given holding period.

Inferred read-only
get_platform_info

Get 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-only
search

Natural-language search across all ACCRUE vaults and portfolios.

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.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.

Trust status Trusted

accrue.cc is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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