@pipeworx/coinpaprika
Connect: https://gateway.pipeworx.io/coinpaprika/mcp · Install: one-click buttons
Tools: 6
Coinpaprika MCP — alternative crypto data source (~25k coins). Keyless free tier (25k req/month, no signup).
Tools
list_coins()— all tracked coinsget_coin(coin_id)— coin profiletickers_latest(coin_id?, quotes?)— latest price + market datahistorical_ohlc(coin_id, start, end?, limit?, quote?)— daily OHLCglobal_market()— total market cap, BTC dominance, etc.search(query, modifier?, limit?)— fuzzy search across coins, exchanges, ICOs
Data source
https://api.coinpaprika.com/v1/ — no auth.
Tools
- list_coins — All ~25k tracked coins — id, name, symbol, rank, is_active.
- get_coin — Full coin profile — description, team, links, tags.
- tickers_latest — Latest price + market cap + volume. Without coin_id returns all tickers; with coin_id returns one.
- historical_ohlc — Daily OHLC + volume + market cap for a coin. Defaults to the last 30 days when no date range is supplied. Free tier: up to 1 year back.
- global_market — Total market cap, 24h volume, BTC dominance, active currencies.
- search — Fuzzy search across coins, exchanges, ICOs, people, tags.
Tools
-
get_coin— Full coin profile — description, team, links, tags. -
global_market— Total market cap, 24h volume, BTC dominance, active currencies. -
historical_ohlc— Daily OHLC + volume + market cap for a coin. Defaults to the last 30 days when no date range is supplied. Free tier: up to 1 year back. -
list_coins— All ~25k tracked coins — id, name, symbol, rank, is_active. -
search— Fuzzy search across coins, exchanges, ICOs, people, tags. -
tickers_latest— Latest price + market cap + volume. Without coin_id returns all tickers; with coin_id returns one.