# coinverdict MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-ocark-coinverdict
- Repository: https://github.com/OCArk/coinverdict-mcp

## Install
- Endpoint: https://mcp.coinverdict.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.coinverdict.io/mcp

## Tools
- 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. Endpoint: https://mcp.coinverdict.io/mcp
- 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. Endpoint: https://mcp.coinverdict.io/mcp
- 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. Endpoint: https://mcp.coinverdict.io/mcp
- 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. Endpoint: https://mcp.coinverdict.io/mcp
- 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. Endpoint: https://mcp.coinverdict.io/mcp
- 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. Endpoint: https://mcp.coinverdict.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.OCArk
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
