pwh-pwh/coin-mcp-server
by Various
use Bitget’s API to get cryptocurrency info
MCP
pwh-pwh/coin-mcp-server
Added 1 June 2026
Overview
A TypeScript MCP server that wraps Bitget's API to provide cryptocurrency information. It exposes tools for querying real-time coin prices, market data, and other crypto details through the Model Context Protocol.
Best for
Best for
Developers needing quick crypto price data from Bitget in MCP-compatible applications
Use cases
- Fetch current cryptocurrency prices and market data from Bitget
- Integrate crypto price lookups into AI assistants or chat interfaces
- Build automated trading or monitoring tools using MCP-compatible clients
How to use
Install
deno run --allow-net --allow-env --allow-read main.ts Tools exposed
getTokenPricegetAnnoucementsgetCoinInfo
Example client config
{\n "mcpServers": {\n "coin-mcp": {\n "command": "deno",\n "args": [\n "run",\n "--allow-net",\n "--allow-read",\n "--allow-env",\n "https://deno.land/x/coin_mcp_server/main.ts"\n ]\n }\n }\n} Notes
A TypeScript MCP server that wraps Bitget’s API to provide cryptocurrency information. It exposes tools for querying real-time coin prices, market data, and other crypto details through the Model Context Protocol.
26 stars on GitHub. Last updated 2025-04-15. Licensed MIT.
Use cases
- Fetch current cryptocurrency prices and market data from Bitget
- Integrate crypto price lookups into AI assistants or chat interfaces
- Build automated trading or monitoring tools using MCP-compatible clients
Pros
- Simple, focused implementation for a single exchange API
- Lightweight and easy to integrate with MCP clients
- Active development with 26 GitHub stars
Cons
- Limited to Bitget exchange data only
- Small community and limited documentation
- No support for trading or account operations
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple, focused implementation for a single exchange API
- Lightweight and easy to integrate with MCP clients
- Active development with 26 GitHub stars
Cons
- Limited to Bitget exchange data only
- Small community and limited documentation
- No support for trading or account operations
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.