Btcmcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Btcmcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.pyVERCEL_TOKEN: Your Vercel API tokenORG_ID: Your Vercel organization IDPROJECT_ID: Your Vercel project ID git add .
git commit -m "Deploy to Vercel"
git push origin mainhttps://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/healthThe server uses:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.