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
docs
.github
src
Dockerfile
.env.example
.gitignore
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "ES2022", "moduleResolution": "node", "outDir": "build", "rootDir": "src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules", "build", "**/*.test.ts"] }