INDIVIDUAL MCP TOOL
list_coins_by_band
Coins currently in one survival band, from today's daily snapshot, ordered by market cap rank.
LIVE ENDPOINT
https://coingraph.ai/api/mcp
Connect to this endpoint to inspect the live schema for list_coins_by_band and invoke it with your own arguments.
Indexed 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 server
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.coingraph]
url = "https://coingraph.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coingraph": {
"type": "http",
"url": "https://coingraph.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coingraph
Remote MCP URL: https://coingraph.ai/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": {
"coingraph": {
"url": "https://coingraph.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coingraph": {
"type": "http",
"url": "https://coingraph.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coingraph",
"transport": "streamable-http",
"url": "https://coingraph.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_coin_profile— Everything CoinGraph holds on one coin: price and moves, decline from the true all-time high and recovery from the low, the 0–100 survival rating with its band and every itemised deduction, data confidence, the risk read (turnover, dilution ahead, volatility), market figures and links.get_survival_rating— The survival rating alone for one coin: score 0–100 (higher is healthier), band (Active, Weakening, Distressed or Dormant), each deduction with the input that produced it, and a citation line with the page URL.search_coins— Find coins by name or symbol.get_movers— Today's largest 24-hour gainers and losers among the top 1,000 coins by market cap, stablecoins excluded, with 7- and 30-day context and market cap.get_comebacks— Coins down 60% or more from their all-time high that have outrun Bitcoin over the last 30 days, with turnover as a liquidity check.get_market_context— The market's own read: total crypto market cap and its 24-hour change, Bitcoin dominance, Bitcoin's 7- and 30-day moves and distance from its peak, and the regime CoinGraph derives from them (rally, falling or flat).coingraph_get_asset— The full v1 asset object: identity, market, peak and recovery, health (survival 0–100 with every factor and input), risk (with graded factors), venues, market context.coingraph_diff— What changed for an asset since a moment: rank, price, market cap, volume, turnover, survival score and band, each with before and after values; scoring deductions that appeared, cleared or moved in points; contract permission flags raised or cleared; unlock-schedule events added, removed or resized; repository commits, contributors and stars; and the signals that opened or resolved inside the window.