CoinGraph
REMOTE · COINGRAPH.AI · SCANNED SEP 20
Pre-trade crypto intelligence: survival rating, order-book depth, unlocks and contract flags.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →
Endpoint Security63
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation not fully verified: no authorisation is required to call this server, and 13 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability70
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 1752 tokens (~134/item across 13 items; 13 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage81
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 44% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 13 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
- Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Unverified: 1 category
A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.
How do I install the CoinGraph MCP server?
CoinGraph is a hosted endpoint at https://coingraph.ai/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
remote · coingraph.ai
claude mcp add --transport http ai-coingraph-coingraph 'https://coingraph.ai/api/mcp'
{
"mcpServers": {
"ai-coingraph-coingraph": {
"url": "https://coingraph.ai/api/mcp"
}
}
} {
"servers": {
"ai-coingraph-coingraph": {
"type": "http",
"url": "https://coingraph.ai/api/mcp"
}
}
} [mcp_servers.ai-coingraph-coingraph] url = "https://coingraph.ai/api/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ai-coingraph-coingraph": {
"type": "remote",
"url": "https://coingraph.ai/api/mcp",
"enabled": true
}
}
} openclaw mcp add ai-coingraph-coingraph --url 'https://coingraph.ai/api/mcp' --transport streamable-http
mcp_servers:
ai-coingraph-coingraph:
url: "https://coingraph.ai/api/mcp" {
"McpServers": {
"ai-coingraph-coingraph": {
"Transport": "http",
"Url": "https://coingraph.ai/api/mcp"
}
}
} assistant mcp add ai-coingraph-coingraph -t streamable-http -u 'https://coingraph.ai/api/mcp'
{
"mcpServers": {
"ai-coingraph-coingraph": {
"type": "http",
"url": "https://coingraph.ai/api/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 63
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Probed https://coingraph.ai/api/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=coingraph.ai | CN=YR1,O=Let's Encrypt,C=US | 23 Aug 2026 | 21 Nov 2026 | RSA 2048 | SHA256-RSA | 6c736b90e3f631ace8422d2ecc3eac2608f |
| SANs: coingraph.ai | ||||||
| CN=YR1,O=Let's Encrypt,C=US (CA) | CN=Root YR,O=ISRG,C=US | 3 Sept 2025 | 2 Sept 2028 | RSA 2048 | SHA256-RSA | a20253f15f2691c05dc1ce13b9bcca4e |
| CN=Root YR,O=ISRG,C=US (CA) | CN=ISRG Root X1,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | RSA 4096 | SHA256-RSA | f24b6d17f9d9ad7cb1c9fea78782699f |
Background: What to check on a remote MCP endpoint →
DNSSEC insecure
Validation of coingraph.ai. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| ai. | present | 3799 | 8 | Verified |
| coingraph.ai. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
| Header | Value |
|---|---|
| strict-transport-security | max-age=15552000; includeSubDomains |
| x-content-type-options | nosniff |
| x-frame-options | DENY |
| referrer-policy | strict-origin-when-cross-origin |
| permissions-policy | camera=(), microphone=(), geolocation=(), payment=() |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://coingraph.ai/api/mcp | Verified | 200 | |
| http (plaintext) | http://coingraph.ai/api/mcp | HTTPS enforced | 301 | https://coingraph.ai/api/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
coingraph_compare ~77
Up 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. CoinGraph ratings are opinions derived from disclosed market inputs — never predictions, never financial advice.
| Name | Type | Req | Description |
|---|---|---|---|
| assets | array | yes | – |
No output schema declared.
No examples provided.
coingraph_discover ~184
Find 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. Returns ranked candidates with reasons and the coin page URL. Unscored is not Active. CoinGraph ratings are opinions derived from disclosed market inputs — never predictions, never financial advice.
| Name | Type | Req | Description |
|---|---|---|---|
| bands | array | – | – |
| limit | integer | – | – |
| max_decline_from_peak_pct | number | – | – |
| max_market_cap_usd | number | – | – |
| max_score | number | – | – |
| min_change_30d_pct | number | – | – |
| min_market_cap_usd | number | – | – |
| min_score | number | – | – |
| min_turnover | number | – | 24h volume as a share of market cap, e.g. 0.02 for 2%. |
No output schema declared.
No examples provided.
coingraph_evaluate ~149
Evaluate 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. The agent decides. Records the assessment so its outcome can be measured. CoinGraph ratings are opinions derived from disclosed market inputs — never predictions, never financial advice.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | yes | CoinGecko id, symbol or name. |
| horizon_days | integer | – | – |
| intent | string | – | What the agent is considering. |
| size_usd | number | – | Position size under consideration, in USD. |
No output schema declared.
No examples provided.
coingraph_get_asset ~136
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. Every group carries source and as_of; scores carry confidence; missing factors are listed under unassessed. CoinGraph ratings are opinions derived from disclosed market inputs — never predictions, never financial advice.
| Name | Type | Req | Description |
|---|---|---|---|
| coin | string | yes | The coin's CoinGecko id (e.g. 'ethereum'), symbol (e.g. 'ETH') or name. Ids resolve exactly; symbols and names resolve to the highest-ranked match. |
No output schema declared.
No examples provided.
coingraph_get_signals ~164
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. Each carries the inputs that produced it, a severity, a confidence and a first-seen time; an open signal is one whose condition still holds. Computed hourly from stored rows, never a live read. CoinGraph ratings are opinions derived from disclosed market inputs — never predictions, never financial advice.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | – | Limit to one coin, by CoinGecko id. Omit for the whole feed. |
| include_resolved | boolean | – | – |
| kind | string | – | – |
| limit | integer | – | – |
| severity | string | – | – |
No output schema declared.
No examples provided.
coingraph_validate_trade ~223
Pre-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. Slippage is estimated only inside the depth actually measured; a larger order is reported as exceeding sampled depth rather than extrapolated. Send your own thresholds as `policy` and each is evaluated against the observed values and returned rule by rule — the verdict is your rule's, never CoinGraph's. CoinGraph ratings are opinions derived from disclosed market inputs — never predictions, never financial advice.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | yes | The coin's id, symbol or name. |
| horizon_days | integer | – | How long the position is expected to be held; sets the unlock window. |
| policy | object | – | Your own thresholds. Each is evaluated against the observed value and returned with whether it held. |
| side | string | yes | – |
| size_usd | number | yes | Order size in US dollars. |
No output schema declared.
No examples provided.
get_coin_profile ~156
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. Use this when a person asks what is happening with a coin or whether the project behind it is still going. CoinGraph ratings are opinions derived from disclosed market inputs — never predictions, never financial advice.
| Name | Type | Req | Description |
|---|---|---|---|
| coin | string | yes | The coin's CoinGecko id (e.g. 'ethereum'), symbol (e.g. 'ETH') or name. Ids resolve exactly; symbols and names resolve to the highest-ranked match. |
No output schema declared.
No examples provided.
get_comebacks ~73
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. The recovery half of the story. CoinGraph ratings are opinions derived from disclosed market inputs — never predictions, never financial advice.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
No output schema declared.
No examples provided.
get_market_context ~73
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). Use it to put a single coin's move in context.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_movers ~66
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. A move is a fact about price, not a rating.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | – | – |
No output schema declared.
No examples provided.
get_survival_rating ~129
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. Faster than the full profile. CoinGraph ratings are opinions derived from disclosed market inputs — never predictions, never financial advice.
| Name | Type | Req | Description |
|---|---|---|---|
| coin | string | yes | The coin's CoinGecko id (e.g. 'ethereum'), symbol (e.g. 'ETH') or name. Ids resolve exactly; symbols and names resolve to the highest-ranked match. |
No output schema declared.
No examples provided.
list_coins_by_band ~117
Coins currently in one survival band, from today's daily snapshot, ordered by market cap rank. Bands are computed for the scored tier: the top 100 by market cap plus every coin with a report, a watch or a monitored thesis. A coin absent from a band is unscored today, not Active. CoinGraph ratings are opinions derived from disclosed market inputs — never predictions, never financial advice.
| Name | Type | Req | Description |
|---|---|---|---|
| band | string | yes | One of Active, Weakening, Distressed, Dormant. |
| limit | integer | – | – |
No output schema declared.
No examples provided.
search_coins ~60
Find coins by name or symbol. Returns CoinGecko ids to pass to the other tools, with market cap rank. Use when a name is ambiguous or you need the id.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Name or symbol, at least two characters. |
No output schema declared.
No examples provided.
What is the CoinGraph MCP server?
CoinGraph is an MCP server listed in the public MCP registry as ai.coingraph/coingraph. Pre-trade crypto intelligence: survival rating, order-book depth, unlocks and contract flags. This page covers its hosted endpoint (https://coingraph.ai/api/mcp).
Is the CoinGraph MCP server safe to use?
CoinGraph scores 63 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the CoinGraph MCP server expose?
CoinGraph exposes 13 tools: get_coin_profile, get_survival_rating, search_coins, list_coins_by_band, get_movers, and 8 more. Their descriptions and schemas cost roughly 1,607 tokens of context every time the server is loaded.
Does the CoinGraph MCP server require authentication?
No. We connected to CoinGraph without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.
Is the CoinGraph MCP server still maintained?
CoinGraph is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.