{
  "markdown": "# BTC MCP Server\n\nBitcoin price MCP server deployed on Vercel with GitHub auto-deployment.\n\n## 🚀 Features\n\n- Real-time Bitcoin price from Binance API\n- RESTful API endpoints\n- Automatic deployment from GitHub\n- Health monitoring\n\n## 📡 API Endpoints\n\n- `GET /api/get_btc_price` - Get current Bitcoin price\n- `GET /api/health` - Health check\n- `GET /api/tools` - List available tools\n- `GET /` - API documentation\n\n## 🛠️ Local Development\n\n```bash\n# Install dependencies\nuv sync\n\n# Run locally\nuv run python api/index.py\n\n# Test\nuv run python test_btcmcp.py\n```\n\n## 🚀 Deployment\n\n### Automatic Deployment (GitHub + Vercel)\n\n1. **Setup Vercel Secrets in GitHub:**\n   - Go to your GitHub repository → Settings → Secrets and variables → Actions\n   - Add these secrets:\n     - `VERCEL_TOKEN`: Your Vercel API token\n     - `ORG_ID`: Your Vercel organization ID\n     - `PROJECT_ID`: Your Vercel project ID\n\n2. **Push to main branch:**\n   ```bash\n   git add .\n   git commit -m \"Deploy to Vercel\"\n   git push origin main\n   ```\n\n3. **Automatic deployment:**\n   - GitHub Actions will automatically deploy to Vercel\n   - Your API will be available at: `https://your-app.vercel.app`\n\n### Manual Deployment\n\n```bash\n# Install Vercel CLI\nnpm i -g vercel\n\n# Deploy\nvercel --prod\n```\n\n## 📊 Example Usage\n\n```bash\n# Get Bitcoin price\ncurl https://your-app.vercel.app/api/get_btc_price\n\n# Health check\ncurl https://your-app.vercel.app/api/health\n```\n\n## 🔧 Configuration\n\nThe server uses:\n- **Flask** for web API\n- **Binance API** for Bitcoin price data\n- **Vercel** for hosting\n- **GitHub Actions** for CI/CD",
  "bytes": 1595,
  "sha": "583a0cd0fd0a50b79bee36245841115cb83dd807d3ed6d871b248675280130cf",
  "repo_slug": "iworkist/btcmcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_iworkist_btcmcp_cfcb2aa8/readme"
}