JUHE API Marketplace
CoinStatsHQ avatar
MCP Server

CoinStats MCP Server

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

7
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "coinstats-mcp",
3 "command": "npx",
4 "args": [
5 "-y",
6 "@coinstats/coinstats-mcp"
7 ],
8 "env": {
9 "COINSTATS_API_KEY": ""
10 }
11}
JSON11 lines

README Documentation

CoinStats MCP Server

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

CoinStats Server MCP server

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

{
  "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.

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source