coin-mcp-server
19
The Coin MCP Server is a tool designed to provide real-time cryptocurrency prices using Bitget's API. It is built for users who need quick access to crypto prices with a simple API setup, enhanced by FastMCP and Zod for parameter validation.
What is the Coin MCP Server?
The Coin MCP Server is a tool for fetching real-time cryptocurrency prices using Bitget's API, designed for ease of use and fast performance.
Do I need an API key to use this server?
No API key is required as the server uses Bitget's public API endpoint.
How do I run the server?
You can run the server using Deno with the command: deno run --allow-net --allow-env --allow-read main.ts
.
What if I encounter a 'HTTP error! status: 404'?
Ensure that the token symbol is correct, as incorrect symbols can lead to a 404 error.
Can I customize the Bitget API base URL?
Yes, you can set a custom Bitget API base URL using the BGURL
environment variable.