# CoinPaprika (remote · mcp.coinpaprika.com)

Real-time crypto market data: prices, tickers, exchanges, OHLCV candles, and metadata.

- Trust score: 64/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.coinpaprika.com`: 64/100 (this document), [markdown](https://verifymcp.io/servers/com-coinpaprika-coinpaprika/mcp.md), [page](https://verifymcp.io/servers/com-coinpaprika-coinpaprika/mcp)
- remote · `mcp.coinpaprika.com`: 70/100, [markdown](https://verifymcp.io/servers/com-coinpaprika-coinpaprika/streamable-http.md), [page](https://verifymcp.io/servers/com-coinpaprika-coinpaprika/streamable-http)

## Channel facts

- Endpoint: `https://mcp.coinpaprika.com/sse`
- Transports: `sse`
- Auth: `none`
- Version: `1.3.3`

## 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**: 77/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 40/100
  - Verified sse transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 8276 tokens (~266/item across 31 items; 31 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 88/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 65% 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 com-coinpaprika-coinpaprika https://mcp.coinpaprika.com/sse
```

### Codex

```toml
[mcp_servers.com-coinpaprika-coinpaprika]
url = "https://mcp.coinpaprika.com/sse"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-coinpaprika-coinpaprika": {
      "type": "remote",
      "url": "https://mcp.coinpaprika.com/sse",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-coinpaprika-coinpaprika --url https://mcp.coinpaprika.com/sse --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-coinpaprika-coinpaprika:
    url: "https://mcp.coinpaprika.com/sse"
```

### Other

```json
{
  "mcpServers": {
    "com-coinpaprika-coinpaprika": {
      "type": "http",
      "url": "https://mcp.coinpaprika.com/sse"
    }
  }
}
```

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 64, +1)

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

### 2026-08-01 (score 63, +4)

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

### 2026-07-31 (score 59, −2)

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

### 2026-07-30 (score 61, +4)

- [security] Tool “getCoinExchanges” rewrote its description, which is the text the model reads
- [security] Tool “getCoinMarkets” rewrote its description, which is the text the model reads
- [security] Tool “getCoinOHLCVHistorical” rewrote its description, which is the text the model reads
- [security] Tool “getCoinOHLCVLatest” rewrote its description, which is the text the model reads
- [security] Tool “getCoinOHLCVToday” rewrote its description, which is the text the model reads
- [security] Tool “getCoins” rewrote its description, which is the text the model reads
- [security] Tool “getContracts” rewrote its description, which is the text the model reads
- [security] Tool “getExchangeByID” rewrote its description, which is the text the model reads
- [security] Tool “getExchangeMarkets” rewrote its description, which is the text the model reads
- [security] Tool “getExchanges” rewrote its description, which is the text the model reads
- [security] Tool “getHistoricalTickerByContract” rewrote its description, which is the text the model reads
- [security] Tool “getMappings” rewrote its description, which is the text the model reads
- [security] Tool “getPeopleById” rewrote its description, which is the text the model reads
- [security] Tool “getPlatforms” rewrote its description, which is the text the model reads
- [security] Tool “getTags” rewrote its description, which is the text the model reads
- [security] Tool “getTickerByContract” rewrote its description, which is the text the model reads
- [security] Tool “getTickers” rewrote its description, which is the text the model reads
- [security] Tool “getTickersById” rewrote its description, which is the text the model reads
- [security] Tool “getTickersHistoricalById” rewrote its description, which is the text the model reads
- [security] Tool “keyInfo” rewrote its description, which is the text the model reads
- [security] Tool “priceConverter” rewrote its description, which is the text the model reads
- [security] Tool “resolveId” rewrote its description, which is the text the model reads
- [security] Tool “search” rewrote its description, which is the text the model reads
- [security] Tool “status” rewrote its description, which is the text the model reads
- [security] Tool “getGlobal” rewrote its description, which is the text the model reads
- [security] Tool “getTagById” rewrote its description, which is the text the model reads
- [security] Tool “getChangelogIDs” rewrote its description, which is the text the model reads
- [security] Tool “getCoinById” rewrote its description, which is the text the model reads
- [security] Tool “getCoinEvents” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 211 → 266
- [functional improvement] Tool coverage: 94% → 100%
- [functional] Schema quality: good → excellent
- [functional] Server version: 1.0.0 → 1.3.3

### 2026-07-29 (score 57, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-28 (score 57)

First indexed and scored.

## MCP tools (31)

### `getCoins` (~186 tokens)

List all available coins with id, name, symbol and rank. Use to discover coins or map a name to an id. Does NOT include prices; for prices use getTickers or getTickersById. Read-only; limit caps the number of coins returned. No API key required.

Input parameters:

- `limit` (number): Optional. Items per page (default 50, max 250). Server clamps requests above 250.
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getCoinById` (~270 tokens)

Get descriptive project information about a coin: description, links, team and tags. Use for 'tell me about Uniswap', 'what is this project'. Does NOT include price; for price and market cap use getTickersById. Read-only; coinId is a canonical id (resolve with resolveId). No API key required.

Input parameters:

- `coinId` (string, required): Canonical CoinPaprika coin slug in 'symbol-name' format, e.g. 'btc-bitcoin', 'eth-ethereum', 'ada-cardano'. Do NOT pass ticker symbols ('BTC', 'AAVE') or guess the slug — it is not derivable from the…
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getCoinEvents` (~282 tokens)

Get the timeline of events for a coin (launches, partnerships, hard forks, conference talks) with dates and descriptions. Use for 'what is happening with X', 'upcoming events for Ethereum', 'X roadmap events'. For prices use getTickersById. Read-only; coinId is a canonical id, limit caps results. No API key required.

Input parameters:

- `coinId` (string, required): Canonical CoinPaprika coin slug in 'symbol-name' format, e.g. 'btc-bitcoin', 'eth-ethereum', 'ada-cardano'. Do NOT pass ticker symbols ('BTC', 'AAVE') or guess the slug — it is not derivable from the…
- `limit` (number)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getCoinExchanges` (~287 tokens)

List the exchanges that LIST a specific coin (venue names only). Use for 'which exchanges list X', 'is X on Coinbase', 'where is X listed'. For where to BUY with per-market price and volume use getCoinMarkets; for the live price use getTickersById. Read-only; coinId is a canonical id, limit caps results. No API key required.

Input parameters:

- `coinId` (string, required): Canonical CoinPaprika coin slug in 'symbol-name' format, e.g. 'btc-bitcoin', 'eth-ethereum', 'ada-cardano'. Do NOT pass ticker symbols ('BTC', 'AAVE') or guess the slug — it is not derivable from the…
- `limit` (number)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getCoinMarkets` (~295 tokens)

Get the specific markets and trading pairs where a coin trades, with per-market price and 24h volume. Use for 'where can I buy X', 'X price on Binance', 'best market for X'. For just the list of exchange names use getCoinExchanges. Read-only; coinId is a canonical id, quotes sets quote currencies, limit caps results. No API key required.

Input parameters:

- `coinId` (string, required): Canonical CoinPaprika coin slug in 'symbol-name' format, e.g. 'btc-bitcoin', 'eth-ethereum', 'ada-cardano'. Do NOT pass ticker symbols ('BTC', 'AAVE') or guess the slug — it is not derivable from the…
- `limit` (number)
- `quotes` (string)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getCoinOHLCVLatest` (~286 tokens)

Get the latest full-day OHLC candle (open, high, low, close and volume) for a coin. Use for 'yesterday's candle for BTC'. For the live spot price use getTickersById. Read-only; coinId must be a canonical id (resolve a bare symbol with resolveId first), quote defaults to usd. No API key required.

Input parameters:

- `coinId` (string, required): Canonical CoinPaprika coin slug in 'symbol-name' format, e.g. 'btc-bitcoin', 'eth-ethereum', 'ada-cardano'. Do NOT pass ticker symbols ('BTC', 'AAVE') or guess the slug — it is not derivable from the…
- `quote` (string)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getCoinOHLCVToday` (~276 tokens)

Get today's in-progress OHLC candle for a coin. Use for 'today's high and low for ETH'. For the current spot price use getTickersById; for past candles use getCoinOHLCVHistorical. Read-only; coinId is a canonical id (resolve with resolveId). No API key required.

Input parameters:

- `coinId` (string, required): Canonical CoinPaprika coin slug in 'symbol-name' format, e.g. 'btc-bitcoin', 'eth-ethereum', 'ada-cardano'. Do NOT pass ticker symbols ('BTC', 'AAVE') or guess the slug — it is not derivable from the…
- `quote` (string)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getCoinOHLCVHistorical` (~522 tokens)

Get OHLC candles (open, high, low, close, volume) for a coin. Use for 'daily chart last month', 'hourly candles since Jan 1'. For one past price use getTickersHistoricalById; for the latest candle use getCoinOHLCVLatest. Read-only. Params: coinId (required) canonical id like 'btc-bitcoin' (resolve via resolveId); start (required) and end (optional, default now) accept 'yyyy-mm-dd' or ISO 8601; interval (optional, default '24h'): one of '5m', '15m', '30m', '1h', '6h', '12h', '24h'; quote (optional, default 'usd'); limit (optional, default 50, max 250) caps candles. Requires a Starter+ plan (COINPAPRIKA_API_KEY).

Input parameters:

- `coinId` (string, required): Canonical CoinPaprika coin slug in 'symbol-name' format, e.g. 'btc-bitcoin', 'eth-ethereum', 'ada-cardano'. Do NOT pass ticker symbols ('BTC', 'AAVE') or guess the slug — it is not derivable from the…
- `end` (string): Optional end timestamp. Same formats as start. Defaults to now if omitted.
- `interval` (string): Optional. Candle interval. Defaults to '24h' for daily candles.
- `limit` (number): Optional. Number of candles (default 50, max 250).
- `quote` (string): Optional quote currency code (default 'usd'). Examples: 'usd', 'btc', 'eth'.
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…
- `start` (string, required): Required. Start timestamp. Accepts ISO 8601 ('2026-01-15T00:00:00Z') or date-only ('2026-01-15'). UTC.

### `getTickers` (~190 tokens)

Get current prices, market caps and 24h changes for the top cryptocurrencies ranked by market cap. Use for 'top 5 coins', 'top crypto today', 'biggest cryptocurrencies', or a market snapshot. For one specific coin use getTickersById. Read-only; quotes sets the quote currencies (default USD), limit caps results. No API key required.

Input parameters:

- `limit` (number)
- `quotes` (string)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getTickersById` (~305 tokens)

Get the current price, market cap, 24h change and volume of one cryptocurrency in USD or another quote currency. Use for 'what is the price of X', 'how much is Bitcoin worth', 'BTC to USD', 'ETH price now'. For past prices use getTickersHistoricalById. Read-only; coinId is a canonical id (resolve a bare symbol with resolveId first), quotes sets the quote currency (default USD). No API key required.

Input parameters:

- `coinId` (string, required): Canonical CoinPaprika coin slug in 'symbol-name' format, e.g. 'btc-bitcoin', 'eth-ethereum', 'ada-cardano'. Do NOT pass ticker symbols ('BTC', 'AAVE') or guess the slug — it is not derivable from the…
- `quotes` (string)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getTickersHistoricalById` (~555 tokens)

Get a coin's price, market cap and volume at past times as point-in-time snapshots (not OHLC candles). Use for 'price of BTC last Tuesday', 'ETH market cap on 2024-01-01'. For OHLC chart candles use getCoinOHLCVHistorical; for the current price use getTickersById. Read-only. Params: coinId (required) canonical id like 'btc-bitcoin' (resolve via resolveId); start (required) and end (optional, default now) accept 'yyyy-mm-dd' or ISO 8601; interval (optional, default '5m'); quote (optional, default 'usd'); limit (optional, default 50, max 250) caps points. Requires a Starter+ plan (COINPAPRIKA_API_KEY).

Input parameters:

- `coinId` (string, required): Canonical CoinPaprika coin slug in 'symbol-name' format, e.g. 'btc-bitcoin', 'eth-ethereum', 'ada-cardano'. Do NOT pass ticker symbols ('BTC', 'AAVE') or guess the slug — it is not derivable from the…
- `end` (string): Optional end timestamp. Same formats as start. Defaults to now if omitted.
- `interval` (string): Optional. Sampling interval. Common values: '5m', '15m', '30m', '1h', '6h', '12h', '24h', '7d', '14d', '30d'. Upstream supports additional intervals; consult CoinPaprika docs if you need something ou…
- `limit` (number): Optional. Number of data points (default 50, max 250).
- `quote` (string): Optional quote currency code (default 'usd'). Examples: 'usd', 'btc', 'eth'.
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…
- `start` (string, required): Required. Start timestamp. Accepts ISO 8601 ('2026-01-15T00:00:00Z') or date-only ('2026-01-15'). UTC.

### `getExchanges` (~251 tokens)

List exchanges tracked by CoinPaprika as a list ranked by rank, each with id, name, trust score, active market count and 24h volume. Use for 'top exchanges by volume', 'biggest crypto exchanges', or to find an exchangeId before calling getExchangeByID. For one exchange's full stats use getExchangeByID; for its trading pairs use getExchangeMarkets. Read-only. Params: quotes (optional, default 'usd') is a comma-separated list of quote currencies for the volume figures, for example 'usd,btc'; limit (optional, default 50, max 250) caps how many exchanges return. No API key required.

Input parameters:

- `limit` (number)
- `quotes` (string)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getExchangeByID` (~202 tokens)

Get details for a specific exchange: 24h volume, market count, trust score, links and fiat support. Use for 'tell me about Binance', 'Coinbase exchange stats', 'is X a trustworthy exchange'. For the pairs traded there use getExchangeMarkets; find the exchange id first with search or getExchanges. Read-only; exchangeId is an exchange id such as binance. No API key required.

Input parameters:

- `exchangeId` (string, required)
- `quotes` (string)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getExchangeMarkets` (~273 tokens)

List the trading pairs (markets) on one exchange as a list, each with the pair, base and quote coin ids, latest price, 24h volume and category. Use for 'what pairs trade on Binance', 'markets on Kraken', 'BTC pairs on Coinbase'. For exchange-level stats such as trust score use getExchangeByID; find the exchangeId first with getExchanges. Read-only. Params: exchangeId (required) is an exchange id such as 'binance'; quotes (optional, default 'usd') is a comma-separated list of quote currencies for the figures, e.g. 'usd,btc'; limit (optional, default 50, max 250) caps how many markets return. No API key required.

Input parameters:

- `exchangeId` (string, required)
- `limit` (number)
- `quotes` (string)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getPeopleById` (~236 tokens)

Get the profile of one person in crypto by id: name, description or bio, teams_count, positions held, and linked projects plus social and code accounts. Use for 'who is Vitalik Buterin', 'background on Charlie Lee', 'projects tied to this founder'. Find the personId first with search or resolveId using type 'people'; this tool needs the exact id, not a name. Read-only. Params: personId (required) is a canonical person id such as 'vitalik-buterin' or 'satoshi-nakamoto'; an unknown id returns not found. No API key required.

Input parameters:

- `personId` (string, required)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getTags` (~269 tokens)

List all CoinPaprika tags (categories such as 'defi', 'stablecoin', 'memecoin', 'ai') used to group coins, returned as a list with each tag's id, name, coin_counter and ico_counter. Use for 'what crypto categories exist', 'list market sectors', or to find a tagId before calling getTagById. For the coins inside one tag use getTagById. Read-only. Params: additionalFields (optional, default none) is a comma-separated list of extra sections per tag, valid values 'coins' and 'icos' (example 'coins,icos'; omit for just summaries); limit (optional, default 50, max 250) caps how many tags return. No API key required.

Input parameters:

- `additionalFields` (string)
- `limit` (number)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getTagById` (~270 tokens)

Get details for one CoinPaprika tag (a category such as 'defi' or 'stablecoin'): its id, name, description, coin_counter, ico_counter, and optionally the coins and ICOs grouped under it. Use for 'what coins are in the defi tag', 'show the stablecoin category', 'tokens tagged ai'. To list every tag or find a tagId first use getTags. Read-only. Params: tagId (required) is a tag id from getTags such as 'defi'; additionalFields (optional, default none) is a comma-separated list of extra sections, valid values 'coins' and 'icos' (example 'coins,icos'). An unknown tagId returns an error. No API key required.

Input parameters:

- `additionalFields` (string)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…
- `tagId` (string, required)

### `getPlatforms` (~173 tokens)

List the smart-contract platforms (blockchains such as ethereum, bnb, polygon) for which CoinPaprika indexes token contracts. Use for 'which chains are supported for contract lookups', 'list contract platforms', or to pick a platform id before calling getContracts. Read-only; limit caps results. No API key required.

Input parameters:

- `limit` (number)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getContracts` (~258 tokens)

List the token contract addresses tracked on one platform as a list, mapping each contract to its CoinPaprika coin id. Use for 'contracts on ethereum', 'what tokens does BSC have', or to map a contract address to a coin id. Find the platformId first with getPlatforms; for one contract's live price use getTickerByContract, and for its history use getHistoricalTickerByContract. Read-only. Params: platformId (required) is a platform id such as 'eth-ethereum' or 'bsc-binance-smart-chain'; limit (optional, default 50, max 250) caps how many contracts return. An unknown platformId returns an error. No API key required.

Input parameters:

- `limit` (number)
- `platformId` (string, required)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getTickerByContract` (~194 tokens)

Get the current price and market data of a token by its contract address (for on-chain and DeFi tokens). Use when you have a contract address (0x...) rather than a name. For history use getHistoricalTickerByContract. Read-only; platformId is the chain (e.g. eth-ethereum) and contractAddress the token address. No API key required.

Input parameters:

- `contractAddress` (string, required)
- `platformId` (string, required)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getHistoricalTickerByContract` (~502 tokens)

Get a token's price and market history by its contract address, as a time series. Use for 'token price on 2024-01-01 by address', 'hourly history for a contract'. For its current price use getTickerByContract; by coin id use getTickersHistoricalById. Read-only. Params: platformId (required) chain id like 'eth-ethereum'; contractAddress (required) token address; start (required) and end (optional, default now) accept 'yyyy-mm-dd' or ISO 8601; interval (optional, default '5m'); quote (optional, default 'usd'); limit (optional, default 50, max 250) caps points. Requires a Starter+ plan (COINPAPRIKA_API_KEY).

Input parameters:

- `contractAddress` (string, required): Token contract address on the platform. EVM addresses are case-insensitive; Solana addresses are case-sensitive base58.
- `end` (string): Optional end timestamp. Same formats as start. Defaults to now if omitted.
- `interval` (string): Optional. Sampling interval. Common values: '5m', '15m', '30m', '1h', '6h', '12h', '24h', '7d', '14d', '30d'. Upstream supports additional intervals; consult CoinPaprika docs if you need something ou…
- `limit` (number): Optional. Number of data points (default 50, max 250).
- `platformId` (string, required): Platform identifier (e.g., 'eth-ethereum', 'bnb-binance-coin'). Use getPlatforms to discover valid platforms.
- `quote` (string): Optional quote currency code (default 'usd').
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…
- `start` (string, required): Required. Start timestamp. Accepts ISO 8601 ('2026-01-15T00:00:00Z') or date-only ('2026-01-15'). UTC.

### `status` (~170 tokens)

Get the CoinPaprika MCP server's status and configuration (uptime, mode, enabled features). Use when asked 'is the server up', 'what mode am I in', 'server status'. This reports the MCP server itself, not the crypto market; for market health use getGlobal. Read-only; takes no parameters and needs no API key.

Input parameters:

- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getGlobal` (~172 tokens)

Get a global crypto market overview: total market cap, total 24h volume, Bitcoin dominance, and market-wide 24h change. Use for 'how is the crypto market doing', 'total market cap', 'BTC dominance'. For a single coin's price use getTickersById. Read-only; takes no parameters and needs no API key.

Input parameters:

- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `search` (~268 tokens)

Broadly search CoinPaprika across coins, exchanges, ICOs, people and tags by name or symbol when the entity type is unknown or you are exploring. Use for 'find anything called X'. If you specifically need a coin's canonical id to fetch its price, prefer resolveId. Read-only; q is the query, categories filters entity types, limit caps results. No API key required.

Input parameters:

- `categories` (string): Optional. Comma-separated category filter: 'currencies', 'exchanges', 'icos', 'people', 'tags'. Omit to search all categories.
- `limit` (number): Optional. Items PER CATEGORY (not total). Default 50.
- `modifier` (string): Optional. Upstream-specific search modifier.
- `q` (string, required): Required. Search query (case-insensitive, partial-match).
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `resolveId` (~276 tokens)

Resolve a fuzzy coin, exchange, person or tag name or symbol to a ranked list of candidate CoinPaprika ids, best first (take the top one). Call FIRST when you have a bare name or symbol but need an id, since ids are not derivable, then pass the id to getTickersById for price. Returns candidates with id, name, symbol, type and rank; an empty list means no match. Read-only. Params: type (required; one of 'coin', 'exchange', 'people', 'tags') sets entity kind; query (required) is the fuzzy text; limit (optional, default 50, max 250) caps candidates. Answers 'id for AAVE', 'resolve Vitalik'. No API key required.

Input parameters:

- `limit` (number)
- `query` (string, required)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…
- `type` (string, required)

### `priceConverter` (~298 tokens)

Convert an amount from one crypto or fiat to another at the current rate, e.g. 'how much is 0.5 BTC in USD', 'convert 100 USDC to EUR'. For a plain coin price without an amount, use getTickersById. Read-only; baseCurrencyId and quoteCurrencyId are canonical ids and amount is the quantity to convert. No API key required.

Input parameters:

- `amount` (number): Optional. Amount of base currency to convert (default 1). Passing 0 returns a 0-valued response, which is rarely what you want — use 1 to get a unit-rate quote.
- `baseCurrencyId` (string, required): Required. Source CoinPaprika coin slug (e.g., 'btc-bitcoin'). Full slugs only; symbols like 'BTC' are rejected upstream.
- `quoteCurrencyId` (string, required): Required. Target CoinPaprika coin slug (e.g., 'usd-us-dollars', 'eth-ethereum').
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getCapabilities` (~161 tokens)

Get the server's capabilities, supported workflow patterns, validation rules and recommended tool sequences. Use FIRST to onboard as an agent, or when asked 'what can this server do', 'how should I chain these tools', 'what are the parameter rules'. This describes the MCP server itself, not crypto data.

Input parameters:

- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `keyInfo` (~192 tokens)

Get details and usage for the CoinPaprika API key you supplied: plan, quota, requests remaining and expiry. Use for 'what plan am I on', 'how many requests are left', 'is my API key valid'. Read-only; takes no parameters. Requires you to supply your own paid-plan CoinPaprika key; without one this hosted server returns a plan-required message instead of calling the API. It reports your key, never the server's.

Input parameters:

- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getMappings` (~256 tokens)

Get mappings between CoinPaprika ids and external or legacy identifiers (CoinMarketCap, CoinGecko, CryptoCompare, ISIN, DTI) so you can reconcile ids across systems. Use for 'map CoinPaprika ids to X', 'id crosswalk', 'external id mapping'. Read-only; every parameter is an optional filter for that provider's id, and supplying more than one narrows the result. Requires your own Business-plan CoinPaprika key; without one this hosted server returns a plan-required message.

Input parameters:

- `coingecko` (string)
- `coinmarketcap` (string)
- `coinpaprika` (string)
- `cryptocompare` (string)
- `dti` (string)
- `isin` (string)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `getChangelogIDs` (~208 tokens)

Get the ids of recent changes to CoinPaprika's coin and exchange listings (additions, renames, delistings) for syncing a local dataset. Use for 'what changed recently', 'new or delisted coins', 'listing changelog'. Read-only; page (default 1) and limit (default 50) paginate the feed. Requires your own Starter+ CoinPaprika key; without one this hosted server returns a plan-required message.

Input parameters:

- `limit` (number)
- `page` (number)
- `rationale` (string, required): REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'B…

### `submitFeedback` (~193 tokens)

Report a problem or gap back to the CoinPaprika MCP maintainers: call it when you got stuck, a response was unexpected, information you needed was missing, or a tool did not behave as documented. Use when the user says 'this is wrong', 'report this', 'that did not work'. Low friction, partial feedback is welcome, and every submission is read.

Input parameters:

- `attempted_tools` (array): OPTIONAL: List of tool names you called, in order, before submitting this feedback.
- `blocked_at` (string): OPTIONAL: Tool name or step where you got stuck.
- `expected` (string): OPTIONAL: What you expected to happen.
- `goal` (string, required): REQUIRED: What you (or the user behind you) were trying to accomplish.
- `observed` (string): OPTIONAL: What actually happened.
- `severity` (string): OPTIONAL: How badly this affected your task. Default 'minor'.

## Diagnostics

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

## Score history

- 2026-08-03: 64
- 2026-08-02: 64
- 2026-08-01: 63
- 2026-07-31: 59
- 2026-07-30: 61
- 2026-07-29: 57
- 2026-07-28: 57

## Links

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