
Btcmcp
Expose live Bitcoin price quotes from Binance to your coding agent while you build crypto dashboards, alerts, or trading experiments.
Overview
btcmcp is an MCP server for the Build phase that provides Bitcoin price data from the Binance API to coding agents over stdio.
What is this MCP server?
- Bitcoin price data sourced from the Binance API
- Stdio MCP via PyPI package btcmcp version 0.1.2
- Lightweight finance feed for agent prototypes and side projects
- Open-source repository at github.com/iworkist/btcmcp
- Fits quick spot-price checks without building a custom Binance client in chat
- Package version 0.1.2
- Single primary asset focus: Bitcoin via Binance API per server description
- Transport: stdio; registryType pypi with identifier btcmcp
What problem does it solve?
You want your agent to cite live BTC prices while building features without pasting Binance REST snippets into every session.
Who is it for?
Indie hackers adding BTC spot quotes to dashboards, bots, or validation scripts inside MCP workflows.
Skip if: Production algorithmic trading, multi-asset portfolios, or regulated financial advice pipelines.
What do I get? / Deliverables
Once btcmcp is registered, your agent can fetch Binance-based Bitcoin price data through MCP tools during development.
- Stdio MCP server exposing Binance-sourced BTC price tools
- Version 0.1.2 package identifier btcmcp on PyPI
Recommended MCP Servers
Journey fit
How it compares
Binance price MCP integration, not a portfolio analytics skill or exchange trading bot.
Common Questions / FAQ
Who is btcmcp for?
Solo builders who need simple Bitcoin price access from Binance inside Claude Code, Cursor, or similar MCP hosts.
When should I use btcmcp?
Use it while building or prototyping apps that display or log BTC spot prices from Binance.
How do I add btcmcp to my agent?
Install the btcmcp package from PyPI (0.1.2), configure stdio MCP in your agent, and ensure network access to Binance API endpoints.