# Crypto Prices (remote · crypto-prices-mcp.atlasword.workers.dev)

Live and historical cryptocurrency prices via CoinGecko free API.

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

## Components

- remote · `crypto-prices-mcp.atlasword.workers.dev`: 54/100 (this document), [markdown](https://verifymcp.io/servers/guptaprakhariitr-crypto-prices-mcp/crypto-prices-mcp.md), [page](https://verifymcp.io/servers/guptaprakhariitr-crypto-prices-mcp/crypto-prices-mcp)

## Channel facts

- Endpoint: `https://crypto-prices-mcp.atlasword.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.1`

## 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 5 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**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 311 tokens (~62/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

**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.

## Install

### Claude

```bash
claude mcp add --transport http guptaprakhariitr-crypto-prices-mcp https://crypto-prices-mcp.atlasword.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.guptaprakhariitr-crypto-prices-mcp]
url = "https://crypto-prices-mcp.atlasword.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "guptaprakhariitr-crypto-prices-mcp": {
      "type": "remote",
      "url": "https://crypto-prices-mcp.atlasword.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add guptaprakhariitr-crypto-prices-mcp --url https://crypto-prices-mcp.atlasword.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  guptaprakhariitr-crypto-prices-mcp:
    url: "https://crypto-prices-mcp.atlasword.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "guptaprakhariitr-crypto-prices-mcp": {
      "type": "http",
      "url": "https://crypto-prices-mcp.atlasword.workers.dev/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-03 (score 54, +36)

- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 0
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: excellent
- [functional] First check of Schema quality: pass

### 2026-07-31 (score 18, +6)

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

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

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

### 2026-07-27 (score 12, 0)

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

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

First indexed and scored.

## MCP tools (5)

### `crypto_prices` (~106 tokens)

Current prices for one or more cryptocurrencies. Pass the CoinGecko `id` (e.g. 'bitcoin', 'ethereum', 'solana') — use `crypto_search` if you only have a symbol or name. `vs` is the quote currency (default 'usd'; also 'inr', 'eur', 'jpy', etc.). Returns price, 24h change, market cap, volume.

Input parameters:

- `ids` (array, required)
- `vs` (string)

### `crypto_search` (~48 tokens)

Search for a coin by name or symbol. Returns up to 10 matches with their CoinGecko `id` (which is what you pass to crypto_prices).

Input parameters:

- `query` (string, required)

### `crypto_history` (~98 tokens)

Historical price series for a coin. `days` = lookback in days (1, 7, 14, 30, 90, 180, 365, 'max'). `interval` may be 'daily' or 'hourly' (free tier daily-only beyond 90 days).

Input parameters:

- `days` (integer)
- `id` (string, required)
- `interval` (string)
- `vs` (string)

### `crypto_trending` (~28 tokens)

Top trending coins on CoinGecko in the last 24h (community/search-volume signal).

### `crypto_market_global` (~31 tokens)

Global crypto market snapshot: total market cap, 24h volume, BTC dominance, active cryptocurrencies, etc.

## Diagnostics

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

## Score history

- 2026-08-03: 54
- 2026-08-02: 18
- 2026-08-01: 18
- 2026-07-31: 18
- 2026-07-30: 12
- 2026-07-29: 12
- 2026-07-28: 12
- 2026-07-27: 12
- 2026-07-26: 12

## Links

- Remote endpoint: https://crypto-prices-mcp.atlasword.workers.dev/mcp
- Repository: https://github.com/guptaprakhariitr/crypto-prices-mcp
- Website: https://crypto-prices-mcp.atlasword.workers.dev/
- Changelog RSS feed: https://verifymcp.io/servers/guptaprakhariitr-crypto-prices-mcp/crypto-prices-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/guptaprakhariitr-crypto-prices-mcp/crypto-prices-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/guptaprakhariitr-crypto-prices-mcp/crypto-prices-mcp
