CoinStats Cryptocurrency Data Server – README | MCP Marketplace

✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

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 Documentation.

Usage with MCP clients

Add the following to your client configuration:

NPX

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

Replace <YOUR_API_KEY> with your actual CoinStats API key.

Docker

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

Replace <YOUR_API_KEY> with your actual CoinStats API key.

Build

To build the project locally:

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.

Featured Templates

View More
Customer service
AI-Powered Product List Manager
147 625
Verified Icon
AI Assistants
Speech to Text
134 1510
Customer service
Service ERP
125 756
Verified Icon
AI Agents
AI Chatbot Starter Kit
1308 6081 5.0

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.