MCP Server

Load live Solana stablecoin supply, market cap, holders, 24h/30d changes, and ATH data via the Model Context Protocol. Deeper on one chain — not a thin multi-chain majors list.

Endpoint

https://stablesonsolana.com/api/mcp

Streamable HTTP · no auth · rate-limit shared with public API

Tools

  • get_solana_stablecoin_supply

    Total mcap + per-token breakdown with 24h/30d supply change.

  • list_solana_stablecoins

    Screen all tracked Solana stables (filter by q, limit).

  • get_solana_stablecoin

    One mint/symbol with ATH, drawdown, and history.

Claude Code

claude mcp add stablesonsolana https://stablesonsolana.com/api/mcp --transport http

Codex

codex mcp add stablesonsolana --url https://stablesonsolana.com/api/mcp

Hermes / config.yaml

mcp_servers:
  stablesonsolana:
    url: "https://stablesonsolana.com/api/mcp"
    enabled: true

Also

REST: /api · Site: stablesonsolana.com

Third-party snapshot of Solana stablecoin supply using public on-chain and market data. Provided as-is; may contain mistakes. Not financial advice.