coin-mcp-server

use Bitget’s API to get cryptocurrency info

GitHub Stars

25

User Rating

Not Rated

Favorites

0

Views

22

Forks

11

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Ready to dive into the crypto price pool? Here’s how to get this baby running:
Deno: You’ll need Deno installed because we’re fancy and modern. Grab it [here](https://deno.land/).
Bitget API Access: No API key needed – we’re hitting the public endpoint like champs! But if you’ve got a custom BGURL, set it as an environment variable.
1Clone this repo like it’s hot:
bash
   git clone https://github.com/pwh-pwh/coin-mcp-server.git
   cd coin-mcp-server
   
2Install dependencies (Deno handles this automagically via imports!).