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

    Coinstats Mcp

    9 stars
    TypeScript
    Updated Oct 1, 2025

    Table of Contents

    • Setup
    • API Key
    • Usage with MCP clients
    • Cursor
    • NPX
    • Docker
    • Build
    • License

    Table of Contents

    • Setup
    • API Key
    • Usage with MCP clients
    • Cursor
    • NPX
    • Docker
    • Build
    • License

    Documentation

    CoinStats MCP Server

    MCP Server for the CoinStats API. Provides access to cryptocurrency market data, portfolio tracking, and news.

    Setup

    API Key

    You need a CoinStats API key. Obtain one from the CoinStats API Dashboard.

    Read API docs.

    Usage with MCP clients

    Add the following to your client configuration:

    Cursor

    Install MCP Server

    NPX

    json
    {
      "mcpServers": {
        "coinstats-mcp": {
          "command": "npx",
          "args": [
            "-y",
            "@coinstats/coinstats-mcp"
          ],
          "env": {
            "COINSTATS_API_KEY": ""
          }
        }
      }
    }

    Replace `` with your actual CoinStats API key.

    Docker

    json
    {
      "mcpServers": {
        "coinstats-mcp": {
          "command": "docker",
          "args": [
            "run",
            "-i",
            "--rm",
            "-e",
            "COINSTATS_API_KEY",
            "coinstats/coinstats-mcp"
          ],
          "env": {
            "COINSTATS_API_KEY": ""
          }
        }
      }
    }

    Replace `` with your actual CoinStats API key.

    Build

    To build the project locally:

    bash
    npm run build

    This command installs dependencies, compiles TypeScript to JavaScript, and sets execute permissions.

    License

    This MCP server is licensed under the MIT License. See the standard MIT License text for details.

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Server Aws Sso

      TypeScript·
      6
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11

    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

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Server Aws Sso

      TypeScript·
      6
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11

    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