An MCP server that provides Bitcoin price data from Binance API. It exposes RESTful endpoints with real-time BTC pricing, health checks, and tooling information, and supports GitHub auto-deployment and basic health monitoring. The readme excerpt indicates deployment in Vercel and features for API access and development workflows.
๐ ๏ธ Key Features
- Real-time Bitcoin price data from Binance API
- RESTful API endpoints
- Automatic deployment from GitHub
- Health monitoring
๐ Use Cases
- Retrieve current BTC price via API
- Monitor service health and status
- List available tooling via /api/tools
- Access API documentation at root
โก Developer Benefits
- Clear endpoint structure: /api/get_btc_price, /api/health, /api/tools, and / for docs
- Local development workflow hints and test commands
- GitHub auto-deploy integration for streamlined updates
โ ๏ธ Limitations
- Based on readme excerpt; specifics beyond listed endpoints and deployment flow are not detailed
- No explicit rate limits or authentication described in the source material