CoinStats MCP Server

Official

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.

-
security - not tested
-
license - not tested
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

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

  1. Setup
    1. API Key
    2. Usage with MCP clients
  2. Build
    1. License

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
        Last updated -
        3
        136
        25
        TypeScript
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v3
        Last updated -
        3
        37
        TypeScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
        Last updated -
        64
        JavaScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        The MCP server that can read recent news from Coindesk.
        Last updated -
        2
        Python
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      ID: 0rl3j3lydr