Server data from the Official MCP Registry
An MCP server that provides Bitcoin price data from Binance API
An MCP server that provides Bitcoin price data from Binance API
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
5 files analyzed ยท 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-iworkist-btcmcp": {
"args": [
"btcmcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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:
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
by Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace ยท Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm โ conversationally
by mcp-marketplace ยท Finance
Free stock data and market news for any MCP-compatible AI assistant.