MCP server exposing 6 tools for coinmarketcap.
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/coinmarketcap/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
quotes — Latest market quotes for one or more cryptocurrencies. Identify by symbol (e.g. "BTC,ETH") OR by id (CMC numeric IDs).listings_latest — Paginated list of cryptocurrencies ranked by market cap (or volume/price-change); returns rank, price, market cap, 24h volume, and 24h change per coin. Sortable; up to 5000 results.metadata — Static coin metadata — logo, description, website, social links.global_metrics — Total market cap, 24h volume, BTC/ETH dominance, active cryptos.categories — List meta-categories (DeFi, L1, NFTs, Memes, …).category — Fetch all coins belonging to a CoinMarketCap category (e.g. DeFi, NFTs) by category id (obtain ids from the `categories` tool); returns price, market cap, and 24h change per coin.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/coinmarketcap/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io