coinmarket-mcp-server logo

coinmarket-mcp-servercoinmarket-mcp-server MCP serveris

(0)
Daniel NikulshynPārskatījis Daniel Nikulshyn·Atjaunināts 2026. g. jūlijs

Pārskats

coinmarket-mcp-server ir serveris, kas implementē dažus Coinmarket API galapunktus. Tas nodrošina pielāgotu coinmarket:// URI shēmu atsevišķu piezīmju piekļuvei, katrai no kurām ir nosaukums, apraksts un text/plain mime tips. Serveris piedāvā divus galvenos rīkus: get-currency-listings, lai iegūtu jaunākās valūtas sarakstu, un get-quotes, lai iegūtu marķieru cenas, pieņemot slug (piemēram, bitcoin) vai simbolu (piemēram, BTC) kā izvēles virkņu argumentus. Konfigurācija prasa Coinmarket API atslēgu. Serveri var iestatīt, izmantojot Python 3.12 vai augstāku versiju ar uv pakotņu pārvaldnieku, vai alternatīvi palaist, izmantojot Docker. Tas ir galvenokārt paredzēts lietotājiem, kuriem jā mijiedarbojas ar Coinmarket API galapunktiem servera vidē.

Galvenās funkcijas

  • Pielāgota coinmarket:// URI shēma
  • get-currency-listings rīks
  • get-quotes rīks
  • Text/plain mime tipa atbalsts

Cenas

Modelis
Free
Kategorija
MCP Serveri
Vērtējums
Nav atsauksmju

Lietošanas gadījumi

Kriptovalūtu datu izgūšana

coinmarket-mcp-server var izmantot kriptovalūtu datu izgūšanai, piemēram, valūtas sarakstu un cenas, izmantojot pielāgotus API galapunktus.

Integrācija ar Claude Desktop

Serveri var konfigurēt darbam ar Claude Desktop, ļaujot lietotājiem piekļūt kriptovalūtu datiem, izmantojot pielāgotu URI shēmu.

Plusi un mīnusi

Plusi

  • Implementē pielāgotus Coinmarket API galapunktus
  • Atbalsta get-currency-listings un get-quotes rīkus
  • Konfigurējams, izmantojot Coinmarket API atslēgu

Mīnusi

  • Prasa Python 3.12 vai augstāku versiju
  • Prasa uv pakotņu pārvaldnieku
  • Var rasties konfigurācijas problēmas, ja tas nav pareizi iestatīts

Atsauksmes

Pieslēdzies, lai atstātu atsauksmi.

Vēl nav atsauksmju. Esi pirmais!

Jautājumi

What are common pitfalls when setting up this server?

Missing or mis‑typed `uv` in PATH causes a `spawn uv ENOENT` error. Incorrect repository path or an invalid COINMARKET_API_KEY will prevent the server from starting. Verify `uv` is installed (`uv version`) and that the environment variable is set before launching.

Asked by Aaliyah Johnson · Jun 7, 2025

How do I configure the server for use with Claude Desktop?

Add a `mcpServers` entry in your Claude config pointing to the server command. For a local install, use `uv` with the repo path; for Docker, use `docker run` with the `COINMARKET_API_KEY` set. Ensure the path points to the root containing `pyproject.toml` and that the key is valid.

Asked by Piotr Baranowski · Jun 4, 2025

Which Coinmarket API endpoints does the server support?

The server implements two main tools: `get-currency-listings` to fetch the latest listings and `get-quotes` to retrieve token quotes by slug or symbol. It also exposes a custom `coinmarket://` URI scheme for accessing individual notes with a name, description, and text/plain mimetype.

Asked by Victor Nguyen · Jun 2, 2025

What is required to run the coinmarket-mcp-server on my local machine?

You need Python 3.12 or newer and the uv package manager. After cloning the repo, set the COINMARKET_API_KEY environment variable and run `uv run coinmarket_service` from the repository root. Alternatively, you can build and run a Docker image with the key passed as an env variable.

Asked by Elias Hedström · May 20, 2025

Uzdod jautājumu

MCP Serveri alternatīvas