Labsco
MCP SERVER

Coinmarket MCP server

by anjor

Get the current price of a coin, by slug or by ticker, from CoinMarketCap.

Cryptocurrency Market Data
Summary
Two tools, one key, current prices.

It is no more than the CoinMarketCap endpoints it wraps, and that is the appeal: a price lookup that takes either identifier you happen to have and needs no new vocabulary to use.

What it is

A small Python MCP server over the CoinMarketCap API. Two tools — the latest currency listings and quotes for a token — plus a coinmarket:// resource scheme for individual entries.

What you get
  • The latest currency listings
  • Quotes for a token, addressed either by slug such as bitcoin or by symbol such as BTC
  • Individual entries also reachable as coinmarket:// resources
  • A Dockerfile, if you would rather run it as a container than from uv
Requirements

A CoinMarketCap API key, passed in the client config. Python 3.12 or higher and the uv package manager. If your client reports spawn uv ENOENT, uv is not on its PATH: install it and restart the client.