Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Bitcoin MCP Server
by
AbdelStark
Verified
npm
GitHub
Finance
TypeScript
MIT License
100
18
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
bitcoin-mcp
.github
workflows
.github/workflows/ci.yml
.github/workflows/deploy-docs.yml
name: CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 18 - run: npm install - run: npm run build --if-present - run: npm test