MCP.so
Sign In

Coin MCP Server 🚀💰

@pwh-pwh

About Coin MCP Server 🚀💰

use Bitget’s API to get cryptocurrency info

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

pwh-pwh

Submitted by

coderpwh

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers