INDIVIDUAL MCP TOOL
coingraph_get_signals
What changed in CoinGraph's stored state: survival band moves, volume anomalies against a coin's own baseline, order-book depth collapse, spread widening, approaching unlocks and extreme perpetual funding.
LIVE ENDPOINT
https://coingraph.ai/api/mcp
Connect to this endpoint to inspect the live schema for coingraph_get_signals 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.list_coins_by_band— Coins currently in one survival band, from today's daily snapshot, ordered by market cap rank.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.