MCP ExplorerExplorer

Coinstats Mcp

@CoinStatsHQon 10 months ago
3 MIT
FreeCommunity
AI Systems
CoinStats MCP Server provides cryptocurrency market data and portfolio tracking.

Overview

What is Coinstats Mcp

CoinStats MCP is a server that provides access to the CoinStats API, enabling users to retrieve cryptocurrency market data, track their portfolios, and stay updated with news related to cryptocurrencies.

Use cases

Use cases for CoinStats MCP include developing cryptocurrency tracking applications, integrating market data into trading bots, and providing users with up-to-date news and analytics on cryptocurrencies.

How to use

To use CoinStats MCP, you need to obtain a CoinStats API key from the CoinStats API Documentation. You can configure it in your client either using NPX or Docker by adding the necessary command and environment variables in your configuration.

Key features

Key features of CoinStats MCP include access to real-time cryptocurrency market data, portfolio tracking capabilities, and integration with news sources related to the cryptocurrency market.

Where to use

CoinStats MCP can be used in various fields such as finance, investment analysis, and cryptocurrency trading platforms, where real-time data and portfolio management are essential.

Content

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

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.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers