Bitrefill MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BITREFILL_API_ID | Yes | Your Bitrefill API ID. | |
| BITREFILL_API_SECRET | Yes | Your Bitrefill API secret key. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchB | Search for gift cards, esims, mobile topups and more. It's suggested to use the |
| detailB | Get detailed information about a product |
| categoriesA | Get the full product type/categories map. It's suggested to use this tool to get the categories and then use the |
| create_invoiceB | Create a new invoice for purchasing products with various payment methods |
| get_invoicesC | Retrieve a list of invoices with optional filtering |
| get_invoiceA | Retrieve details for a specific invoice by ID |
| pay_invoiceA | Pay an unpaid invoice (only works with 'balance' payment method) |
| get_ordersB | Retrieve a list of orders with optional filtering |
| get_orderB | Retrieve details for a specific order by ID |
| unseal_orderB | Reveal codes and PINs for a specific order by ID |
| get_account_balanceA | Retrieve your account balance |
| pingA | Check if the Bitrefill API is available |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| payment-methods | |
| product-types | |
| giftcards | |
| refills | |
| bills | |
| esims | |
| crypto-utils |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpflow/bitrefill-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server