streamable-httpMITupdated 1mo ago
Free remote MCP server for CoinVerdict — AI crypto research verdicts, refreshed daily.
What can you do with coinverdict?
CoinVerdict MCP Server
Free remote MCP server for CoinVerdict — AI crypto research verdicts, refreshed daily.
An AI analyst panel debates each major coin every day and issues a graded research verdict: stance (overweight / neutral / underweight), graded dimensions (technical · sentiment · funding · KOL consensus), key levels, and risk framing. This server gives AI assistants direct read access to today's verdicts.
Endpoint (Streamable HTTP, no auth):
https://mcp.coinverdict.io/mcp
Install
Claude Code
claude mcp add --transport http coinverdict https://mcp.coinverdict.io/mcp
Cursor / other MCP clients — add a remote server with the URL above (transport: http / streamable-http).
Tools
| Tool | Description |
|---|---|
get_verdict(symbol) |
Today's research verdict for a coin (e.g. BTC, ETH, SOL): stance, graded dimensions (technical · sentiment · funding · KOL), key support/resistance, invalidation, risks, and a link to the full dossier. |
list_coins() |
Every coin symbol covered by a daily verdict (100 major assets). Use it to discover which symbols the other tools accept. |
get_track_record(symbol) |
The settled track record for a coin — CoinVerdict's differentiator. Every past daily verdict is scored 7 days later against BTC (win / loss / push). Returns the coin's W/L/P scoreboard plus recent settled calls. |
get_receipts() |
The overall settled scoreboard across all coins: directional win rate, wins/losses/pushes, neutral count, and the settlement rule. The public accountability record. |
get_market_overview() |
Today's verdict for all covered coins in one call — the full docket: each coin's current stance and headline. |
get_kol_leaderboard() |
The KOL settlement leaderboard: crypto influencers ranked by their settled hit rate (from VeraMind's ledger), with sample size. |
Example
"What's CoinVerdict's take on BTC today?"
The assistant calls get_verdict("BTC") and gets a compact JSON verdict with a link to the full dossier at coinverdict.io/coin/BTC.
Notes
- Free, read-only, no API key. Verdicts are pre-generated daily and served from cache.
- Research information, not investment advice.
- Full dossiers (bull/bear cross-examination, risk committee ruling, KOL settlement records, charts): coinverdict.io · 中文版: coinverdict.io/zh
- Community: Telegram channel · chat
Install
Add coinverdict to your client. Pick the one you use.
claude mcp add --transport http coinverdict https://mcp.coinverdict.io/mcpcodex mcp add coinverdict --url https://mcp.coinverdict.io/mcp{
"mcpServers": {
"coinverdict": {
"url": "https://mcp.coinverdict.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"coinverdict": {
"type": "http",
"url": "https://mcp.coinverdict.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"coinverdict": {
"url": "https://mcp.coinverdict.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"coinverdict": {
"serverUrl": "https://mcp.coinverdict.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 39 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 17, 2026 |