MCP server exposing 6 tools for coinpaprika.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/coinpaprika/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/coinpaprika/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io