Skip to main content
Glama

CoinStats MCP Server

Official

CoinStats MCP サーバー

CoinStats API用のMCPサーバー。暗号通貨市場データ、ポートフォリオ追跡、ニュースへのアクセスを提供します。

設定

APIキー

CoinStats APIキーが必要です。CoinStats APIドキュメントから取得してください。

MCPクライアントでの使用

クライアント構成に以下を追加します。

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

<YOUR_API_KEY>実際の CoinStats API キーに置き換えます。

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

<YOUR_API_KEY>実際の CoinStats API キーに置き換えます。

建てる

プロジェクトをローカルでビルドするには:

npm run build

このコマンドは依存関係をインストールし、TypeScript を JavaScript にコンパイルし、実行権限を設定します。

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。詳細はMITライセンスの標準テキストをご覧ください。

Install Server
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.

CoinStats API用のMCPサーバー。暗号通貨市場データ、ポートフォリオ追跡、ニュースへのアクセスを提供します。

  1. 設定
    1. APIキー
    2. MCPクライアントでの使用
  2. 建てる
    1. ライセンス

      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
        104
        28
        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
        29
        TypeScript
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        A MCP server offering tools for cryptocurrency research and Ethereum-based automation.
        Last updated -
        113
        6
        37
        TypeScript
        AGPL 3.0
      • -
        security
        A
        license
        -
        quality
        An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
        Last updated -
        64
        JavaScript
        MIT License

      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