mcpbeat

Coinverdict MCP Server

io.github.OCArk/coinverdict
answering

Coinverdict is answering right now. Last checked 14 min ago. It exposes 6 tools. Last commit 24 Jul 2026.

Free daily AI crypto research verdicts: graded stance, dimensions, and key levels for 67+ coins.

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
590 ms
Response time
average over 24h
0
Stars
last commit 24 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add coinverdict --transport http https://mcp.coinverdict.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "coinverdict": {
      "url": "https://mcp.coinverdict.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.coinverdict]
url = "https://mcp.coinverdict.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "coinverdict": {
      "url": "https://mcp.coinverdict.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "coinverdict": {
      "url": "https://mcp.coinverdict.io/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

coins
list_coins
List every coin symbol CoinVerdict covers with a daily research verdict (100 major crypto assets: BTC, ETH, SOL, …). Use this to discover which symbols get_verdict / get_track_record accept. Returns {coins: [SYM,...], count: int, site: url}. Free, read-only.
kol
get_kol_leaderboard
Get the KOL settlement leaderboard: crypto influencers ranked by their SETTLED hit rate (from VeraMind's ledger of public calls graded after the fact — misses count). CoinVerdict-exclusive data. Returns {ranked:[{author,hit_rate_pct,n_verified,coins,n_total, n_prospective,hits_prospective,prospective_rate_pct, n_retrospective,hits_retrospective,retrospective_rate_pct}], building:[...], as_of}. Prospective (called before the fact) and backtested (graded from history) records are scored as separate lines and MUST NOT be averaged together; hit_rate_pct/n_verified are the prospective line, n_total is the combined sample size used for ranking eligibility. A null rate means no samples of that kind — report it as n=0, never as 0%. Free, read-only, not advice.
market
get_market_overview
Get today's verdict for ALL covered coins in one call — the full docket: each coin's current stance (overweight/neutral/underweight), price, and W/L/P settled record. Use this to scan the whole market at once instead of calling get_verdict per coin. Returns {coins:[{symbol,stance,price_usd,board}], as_of}. Free, read-only, not advice.
receipts
get_receipts
Get CoinVerdict's overall settled scoreboard across all coins: directional win rate, wins/losses/pushes, neutral (no-call) count, and how many calls are still open. Every verdict is graded 7 days later against BTC. Returns {board:{winrate,W,L,P,decided,neu}, since, open_calls}. Free, read-only.
track
get_track_record
Get the SETTLED track record for a coin — CoinVerdict's differentiator. Every past daily verdict is scored 7 days later against BTC: win, loss, or push. Returns the coin's W/L/P scoreboard plus recent settled calls (date, stance, 7d-vs-BTC return, outcome). This is the receipts: misses included, never edited. Args: symbol e.g. "BTC". Free, read-only, not advice.
verdict
get_verdict
Get today's research verdict for a coin (e.g. BTC, ETH, SOL): stance (overweight/neutral/underweight), graded dimensions (technical/sentiment/funding/KOL), key levels, and a link to the full dossier. Refreshed daily; free; not investment advice.

Endpoints

URLTransportStateLatencyChecked
https://mcp.coinverdict.io/mcp streamable-http answering 611 ms 14 min ago

Coinverdict — questions

Answers built from our own checks of this server.

What can Coinverdict do?
It exposes 6 tools, read directly from the server on our last check. Among them: get_kol_leaderboard, get_market_overview, get_receipts, get_track_record, get_verdict, list_coins. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Coinverdict working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 590 ms. The bar chart above shows every period we have measured.
How do I connect Coinverdict?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Coinverdict need an API key?
No. Coinverdict completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Coinverdict?
It answers our handshake in 590 ms on average, which is faster than 17% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Coinverdict open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.