Pulls live Bitcoin price data from the Binance API and exposes it through a simple MCP interface. Built with Flask and deployed on Vercel with automatic GitHub Actions CI/CD. You get a single tool for fetching current BTC prices, plus RESTful endpoints for health checks and tool discovery. The server is straightforward: it queries Binance's public API and returns the current price. Useful when you need Claude to answer questions about Bitcoin's current value or build workflows that react to crypto prices. The automatic deployment setup means you can fork it, connect to Vercel, and have your own price feed running in minutes without managing infrastructure.
claude mcp add --transport stdio iworkist-btcmcp -- uvx btcmcp