# io.github.OCArk/coinverdict (remote · mcp.coinverdict.io)

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

- Trust score: 57/100 (low)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.coinverdict.io`: 57/100 (this document), [markdown](https://verifymcp.io/servers/ocark-coinverdict/mcp.md), [page](https://verifymcp.io/servers/ocark-coinverdict/mcp)

## Channel facts

- Endpoint: `https://mcp.coinverdict.io/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 707 tokens (~117/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ocark-coinverdict https://mcp.coinverdict.io/mcp
```

### Codex

```toml
[mcp_servers.ocark-coinverdict]
url = "https://mcp.coinverdict.io/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ocark-coinverdict": {
      "type": "remote",
      "url": "https://mcp.coinverdict.io/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ocark-coinverdict --url https://mcp.coinverdict.io/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ocark-coinverdict:
    url: "https://mcp.coinverdict.io/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ocark-coinverdict": {
      "type": "http",
      "url": "https://mcp.coinverdict.io/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 56, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 55, 0)

- [security] Tool “get_kol_leaderboard” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail

### 2026-07-29 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 54, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 53)

First indexed and scored.

## MCP tools (6)

### `get_verdict` (~82 tokens)

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.

Input parameters:

- `symbol` (string, required)

### `list_coins` (~77 tokens)

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.

### `get_track_record` (~117 tokens)

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.

Input parameters:

- `symbol` (string, required)

### `get_receipts` (~90 tokens)

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.

### `get_market_overview` (~98 tokens)

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.

### `get_kol_leaderboard` (~206 tokens)

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.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ocark-coinverdict/mcp#diagnostics

## Score history

- 2026-08-03: 57
- 2026-08-02: 57
- 2026-08-01: 56
- 2026-07-31: 56
- 2026-07-30: 55
- 2026-07-29: 55
- 2026-07-28: 54
- 2026-07-27: 54
- 2026-07-26: 53

## Links

- Remote endpoint: https://mcp.coinverdict.io/mcp
- Repository: https://github.com/OCArk/coinverdict-mcp
- Changelog RSS feed: https://verifymcp.io/servers/ocark-coinverdict/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ocark-coinverdict/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ocark-coinverdict/mcp
