MCP.so
ログイン

Coin MCP Server 🚀💰

@pwh-pwh

Coin MCP Server 🚀💰 について

use Bitget’s API to get cryptocurrency info

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

pwh-pwh

投稿者

coderpwh

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "coin-mcp": {
      "command": "deno",
      "args": [
        "run",
        "--allow-net",
        "--allow-read",
        "--allow-env",
        "https://deno.land/x/coin_mcp_server/main.ts"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Coin MCP Server?

Coin MCP Server is a FastMCP-based server that fetches live cryptocurrency prices (paired with USDT) from Bitget’s public API. It also provides token announcements and detailed coin information. It is designed for developers and traders who want to integrate real-time crypto data into MCP-compatible clients.

How to use Coin MCP Server?

Install Deno, clone the repository, then run deno run --allow-net --allow-env --allow-read main.ts. The server starts in stdio mode. Configure your MCP client (e.g., config.json) to point to the server script. Call the getTokenPrice tool with a

コメント

「その他」の他のコンテンツ