Bitrefill Search and Shop
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Bitrefill MCP Server
A TypeScript-based MCP server that provides access to Bitrefill services, allowing you to search for gift cards, mobile topups, and more. This server implements the Model Context Protocol to expose Bitrefill functionality to AI assistants.
How It Works
The server operates using the Model Context Protocol (MCP) to communicate with Claude and similar AI assistants. It:
- Runs as a standalone process using stdio for communication
- Registers resources and tools for accessing Bitrefill services
- Interfaces with the Bitrefill API to provide product search and details
- Returns structured JSON responses that can be processed by AI assistants
Architecture
The app server follows this architecture:
Features
Resources
bitrefill://product-types
- List of available product types on Bitrefillbitrefill://categories/{type}
- List of available categories for a specific product type (e.g.,bitrefill://categories/gift-cards
)
Tools
search
- Search for gift cards, esims, mobile topups and more- Required:
query
(e.g., 'Amazon', 'Netflix', 'AT&T' or '*' for all) - Optional:
country
,language
,limit
,skip
,category
- Required:
detail
- Get detailed information about a product- Required:
id
(product identifier)
- Required:
categories
- Get the full product type/categories map- No required parameters
Development
Install dependencies:
Build the server:
For development with auto-rebuild:
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
The Inspector will provide a URL to access debugging tools in your browser.
Installation
Installing via Smithery
To install Bitrefill for Claude Desktop automatically via Smithery:
Claude Desktop
Add the server config at:
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
Cline
- Open the Cline extension settings
- Open "MCP Servers" tab
- Click on "Configure MCP Servers"
- Add the server config:
Additional Cline configuration options:
disabled
: Set tofalse
to enable the serverautoApprove
: List of tools that don't require explicit approval for each use
Cursor
- Open the Cursor settings
- Open "Features" settings
- In the "MCP Servers" section, click on "Add new MCP Server"
- Choose a name, and select "command" as "Type"
- In the "Command" field, enter the following:
Docker
You can also run the server using Docker. First, build the image:
Then run the container:
For development, you might want to mount your source code as a volume:
This server cannot be installed
This MCP wraps Bitrefill public API to allow agents to search for products and shop using cryptocurrencies like Bitcoin, Ethereum, Solana, and many more.