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

评论

其他 分类下的更多 MCP 服务器