Skip to main content
Glama
CoinStatsHQ

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.

Related MCP server: mcp-coincap-jj

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 .

Latest Blog Posts

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