coinmarket-mcp-server logo

coinmarket-mcp-servercoinmarket-mcp-server שרת MCP

(0)
Daniel Nikulshynנבדק על ידי Daniel Nikulshyn·עודכן יולי 2026

סקירה

שרת coinmarket-mcp-server הוא שרת שמיישם מספר נקודות קצה של API של Coinmarket. הוא מספק סכימת URI מותאמת אישית של coinmarket:// לגישה לכל נוטה בנפרד, עם שם, תיאור וסוג תוכן של text/plain. השרת מציע שני כלים עיקריים: get-currency-listings לאחזור רישומי מטבעות האחרונים ו- get-quotes לאחזור הצעות מחיר עבור אסימונים, מקבל כתוויות (לדוגמה, bitcoin) או סמלים (לדוגמה, BTC) כארגומנטים אופציונליים של מחרוזת. התצורה דורשת מפתח API של Coinmarket. ניתן להגדיר את השרת באמצעות Python 3.12 או גבוה יותר עם מנהל החבילות uv, או לחלופין, להפעיל באמצעות Docker. הוא מיועד בעיקר למשתמשים שצריכים לקיים אינטראקציה עם נקודות קצה של API של Coinmarket בסביבת שרת.

תכונות עיקריות

  • סכימת URI מותאמת אישית של coinmarket://
  • כלי get-currency-listings
  • כלי get-quotes
  • תמיכה בסוג תוכן text/plain

תמחור

מודל
Free
קטגוריה
שרתי MCP
דירוג
אין עדיין ביקורות

מקרי שימוש

אחזור נתוני מטבעות קריפטוגרפיים

שרת coinmarket-mcp-server יכול לשמש לאחזור נתוני מטבעות קריפטוגרפיים, כגון רישומי מטבעות והצעות מחיר, באמצעות נקודות קצה מותאמות אישית של API.

שילוב עם Claude Desktop

ניתן להגדיר את השרת לעבודה עם Claude Desktop, המאפשר למשתמשים לגשת לנתוני מטבעות קריפטוגרפיים באמצעות סכימת URI מותאמת אישית.

יתרונות וחסרונות

יתרונות

  • מיישם נקודות קצה מותאמות אישית של API של Coinmarket
  • תומך בכלים get-currency-listings ו- get-quotes
  • ניתן להגדרה באמצעות מפתח API של Coinmarket

חסרונות

  • דורש Python 3.12 או גבוה יותר
  • דורש מנהל חבילות uv
  • ייתכנו בעיות תצורה אם לא מוגדר כהלכה

ביקורות

התחבר כדי להשאיר ביקורת.

עדיין אין ביקורות. היה הראשון!

שאלות ותשובות

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

שאל שאלה

חלופות לשרתי MCP