An MCP server that provides Bitcoin price data from Binance API
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-iworkist-btcmcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server that provides Bitcoin price data from Binance API
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for InsightSentry financial data API - market data, options, screeners, and more
Model Context Protocol for Actual Budget API
A Model Context Protocol server allows Clients to interact with Xero
MCP Security Weekly
Get CVE alerts and security updates for io.github.iworkist/btcmcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Bitcoin price MCP server deployed on Vercel with GitHub auto-deployment.
GET /api/get_btc_price - Get current Bitcoin priceGET /api/health - Health checkGET /api/tools - List available toolsGET / - API documentation# Install dependencies
uv sync
# Run locally
uv run python api/index.py
# Test
uv run python test_btcmcp.py
Setup Vercel Secrets in GitHub:
VERCEL_TOKEN: Your Vercel API tokenORG_ID: Your Vercel organization IDPROJECT_ID: Your Vercel project IDPush to main branch:
git add .
git commit -m "Deploy to Vercel"
git push origin main
Automatic deployment:
https://your-app.vercel.app# Install Vercel CLI
npm i -g vercel
# Deploy
vercel --prod
# Get Bitcoin price
curl https://your-app.vercel.app/api/get_btc_price
# Health check
curl https://your-app.vercel.app/api/health
The server uses: