An MCP server that provides Bitcoin price data from Binance API
Project description
BTC MCP Server
mcp-name: io.github.iworkist/btcmcp
Bitcoin price MCP server deployed on Vercel with GitHub auto-deployment.
🚀 Features
- Real-time Bitcoin price from Binance API
- RESTful API endpoints
- Automatic deployment from GitHub
- Health monitoring
📡 API Endpoints
GET /api/get_btc_price- Get current Bitcoin priceGET /api/health- Health checkGET /api/tools- List available toolsGET /- API documentation
🛠️ Local Development
# Install dependencies
uv sync
# Run locally
uv run python api/index.py
# Test
uv run python test_btcmcp.py
🚀 Deployment
Automatic Deployment (GitHub + Vercel)
-
Setup Vercel Secrets in GitHub:
- Go to your GitHub repository → Settings → Secrets and variables → Actions
- Add these secrets:
VERCEL_TOKEN: Your Vercel API tokenORG_ID: Your Vercel organization IDPROJECT_ID: Your Vercel project ID
-
Push to main branch:
git add . git commit -m "Deploy to Vercel" git push origin main
-
Automatic deployment:
- GitHub Actions will automatically deploy to Vercel
- Your API will be available at:
https://your-app.vercel.app
Manual Deployment
# Install Vercel CLI
npm i -g vercel
# Deploy
vercel --prod
📊 Example Usage
# Get Bitcoin price
curl https://your-app.vercel.app/api/get_btc_price
# Health check
curl https://your-app.vercel.app/api/health
🔧 Configuration
The server uses:
- Flask for web API
- Binance API for Bitcoin price data
- Vercel for hosting
- GitHub Actions for CI/CD
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
btcmcp-0.1.2.tar.gz
(50.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file btcmcp-0.1.2.tar.gz.
File metadata
- Download URL: btcmcp-0.1.2.tar.gz
- Upload date:
- Size: 50.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecbd7ff6f786ac9518b9ed620c9ea40d513f8eb27462a3fa093cde4ad0483f77
|
|
| MD5 |
18ad5454f5d1a8c3408042a1fef243d6
|
|
| BLAKE2b-256 |
2290669d9dca640119084355b9525845d5c542ff809f2807d425e6fe82616e11
|
File details
Details for the file btcmcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: btcmcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38611803f4fe7743cef8a21f63876f43b12fe8adb727ab03b68a90cb2f90e9d1
|
|
| MD5 |
62c19e88dd8f7471e60cfb551bf8f86d
|
|
| BLAKE2b-256 |
a74618fa9c46e8f775fd4e799ec4d3faad08309e13c908d32288804881e9e308
|