Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Bitrefill Search and Shop
Claim
Official
by
bitrefill
npm
GitHub
E-commerce & Retail
Finance
TypeScript
MIT License
6
2
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
bitrefill-mcp-server
src
Dockerfile
.gitignore
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "name": "bitrefill-mcp-server", "version": "0.2.1", "description": "Shop for gift cards, mobile refills, and digital services on Bitrefill using cryptocurrency", "keywords": [ "bitrefill", "gift cards", "cryptocurrency", "esims", "mcp", "model context protocol" ], "author": "Bitrefill", "license": "MIT", "type": "module", "bin": { "bitrefill-mcp-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }