Skip to main content
Glama

CoinStats MCP Server

Official

CoinStats MCP-Server

MCP-Server für die CoinStats-API. Bietet Zugriff auf Marktdaten zu Kryptowährungen, Portfolio-Tracking und Nachrichten.

Aufstellen

API-Schlüssel

Sie benötigen einen CoinStats-API-Schlüssel. Diesen erhalten Sie in der CoinStats-API-Dokumentation .

Verwendung mit MCP-Clients

Fügen Sie Ihrer Clientkonfiguration Folgendes hinzu:

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

Ersetzen Sie <YOUR_API_KEY> durch Ihren tatsächlichen CoinStats-API-Schlüssel.

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

Ersetzen Sie <YOUR_API_KEY> durch Ihren tatsächlichen CoinStats-API-Schlüssel.

Bauen

So erstellen Sie das Projekt lokal:

npm run build

Dieser Befehl installiert Abhängigkeiten, kompiliert TypeScript in JavaScript und legt Ausführungsberechtigungen fest.

Lizenz

Dieser MCP-Server ist unter der MIT-Lizenz lizenziert. Weitere Informationen finden Sie im Standardtext der MIT-Lizenz .

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 für die CoinStats-API. Bietet Zugriff auf Marktdaten zu Kryptowährungen, Portfolio-Tracking und Nachrichten.

  1. Aufstellen
    1. API-Schlüssel
    2. Verwendung mit MCP-Clients
  2. Bauen
    1. Lizenz

      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
        196
        26
        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
        20
        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

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/CoinStatsHQ/coinstats-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server