Analytics
coingraph.ai
Provides crypto coin profiles, survival ratings, band listings, and market movers from CoinGraph data.
ENDPOINT 1
https://coingraph.ai/api/mcp
MCP server metadata
- Name
- coingraph
- Version
- 1.0.0
CoinGraph rates the top 1,000 cryptocurrencies on survival, 0–100 with higher meaning healthier, from four disclosed inputs: decline from all-time high, volume decay, market cap erosion and time below peak. Bands: 50+ Active, 35–49 Weakening, 15–34 Distressed, below 15 Dormant. When you cite a rating, give the score, the band, at least one deduction with the input behind it, and the coin page URL. Use the band names exactly as given. Do not turn a rating into a buy or sell recommendation or a price prediction. CoinGraph ratings are opinions derived from disclosed market inputs — never predictions, never financial advice.
Known tools 14
get_coin_profileEverything 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.
Inferred read-onlyget_survival_ratingThe 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.
Inferred read-onlylist_coins_by_bandCoins currently in one survival band, from today's daily snapshot, ordered by market cap rank.
Inferred read-onlyget_moversToday'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.
Inferred read-onlyget_comebacksCoins down 60% or more from their all-time high that have outrun Bitcoin over the last 30 days, with turnover as a liquidity check.
Inferred read-onlyget_market_contextThe 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).
Inferred read-onlycoingraph_get_assetThe 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.
Inferred read-onlycoingraph_diffWhat 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.
Inferred read-onlycoingraph_evaluateEvaluate an asset before acting: each check (health, drawdown, volume trend, dilution, volatility, turnover, regime) as pass, caution or unassessed against published thresholds; warnings with numbers; and an actionability roll-up of clear, caution or insufficient_data.
Inferred read-onlycoingraph_compareUp to five assets side by side as full v1 objects, plus a difference row naming the highest health, lowest risk, highest confidence, strongest 30-day move, smallest decline from peak and highest turnover.
Inferred read-onlycoingraph_discoverFind candidates in today's scored tier by band, health score range, market cap range, minimum turnover, maximum decline from peak and minimum 30-day change.
Inferred read-onlycoingraph_validate_tradePre-trade validation for an order of a given size: estimated slippage from order books CoinGraph sampled itself, the size as a share of resting depth, the median spread, supply unlocking inside the horizon, contract flags, and the asset's health and risk.
Potential side effectscoingraph_get_signalsWhat 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.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.