Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Coinmarket Mcp Server

    42 stars
    Python
    Updated Oct 19, 2025

    Table of Contents

    • Components
    • Resources
    • Tools
    • Configuration
    • Quickstart
    • Prerequisites
    • Install
    • Claude Desktop
    • Docker
    • Troubleshooting
    • "spawn uv ENOENT" Error
    • Configuration Issues

    Table of Contents

    • Components
    • Resources
    • Tools
    • Configuration
    • Quickstart
    • Prerequisites
    • Install
    • Claude Desktop
    • Docker
    • Troubleshooting
    • "spawn uv ENOENT" Error
    • Configuration Issues

    Documentation

    MseeP.ai Security Assessment Badge

    Coinmarket MCP server

    Coinmarket MCP Server

    Components

    Resources

    The server implements a few of the Coinmarket API endpoints

    • Custom coinmarket:// URI scheme for accessing individual notes
    • Each note resource has a name, description and text/plain mimetype

    Tools

    The server implements two tools:

    • get-currency-listings: Get the latest currency listings
    • get-quotes: Get quotes for tokens
    • Takes "slug" (example: bitcoin) or "symbol" (example: BTC) as optional string argument

    Configuration

    Requires coinmarket API key.

    Quickstart

    Prerequisites

    • Python 3.12 or higher
    • uv package manager

    Install

    Install uv if you haven't already:

    bash
    # macOS and Linux
    curl -LsSf https://astral.sh/uv/install.sh | sh
    
    # Windows
    powershell -c "irm https://astral.sh/uv/install.ps1 | iex"

    Claude Desktop

    On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json

    On Windows: %APPDATA%/Claude/claude_desktop_config.json

    Development/Unpublished Servers Configuration

    code
    "mcpServers": {
        "coinmarket_service": {
          "command": "uv",
          "args": [
            "--directory",
            "/path/to/coinmarket_service",
            "run",
            "coinmarket_service"
          ],
          "env": {
            "COINMARKET_API_KEY": ""
          }
        }
      }

    Docker

    You can also run the server using Docker:

    bash
    # Build the image
    docker build -t coinmarket-service .
    
    # Run the container
    docker run -e COINMARKET_API_KEY=your_api_key_here coinmarket-service

    For Claude Desktop configuration with Docker:

    json
    "mcpServers": {
      "coinmarket_service": {
        "command": "docker",
        "args": [
          "run",
          "--rm",
          "-e",
          "COINMARKET_API_KEY=",
          "coinmarket-service"
        ]
      }
    }

    Troubleshooting

    "spawn uv ENOENT" Error

    If you see this error, it means uv is not installed or not in your PATH:

    1. Install uv following the instructions above

    2. Restart your terminal/Claude Desktop after installation

    3. Verify installation: Run uv --version in terminal

    4. Update PATH: Make sure uv is in your system PATH

    Configuration Issues

    • Replace /path/to/coinmarket_service with the actual path to your cloned repository
    • Ensure your COINMARKET_API_KEY is valid
    • The path should point to the root directory containing pyproject.toml

    Similar MCP

    Based on tags & features

    • IS

      Isaac Sim Mcp

      Python·
      83
    • MA

      Mayamcp

      Python·
      27
    • BI

      Biothings Mcp

      Python·
      25
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • IS

      Isaac Sim Mcp

      Python·
      83
    • MA

      Mayamcp

      Python·
      27
    • BI

      Biothings Mcp

      Python·
      25
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k