Skip to main content
Glama
mcpflow

Bitrefill MCP Server

by mcpflow

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BITREFILL_API_IDYesYour Bitrefill API ID.
BITREFILL_API_SECRETYesYour Bitrefill API secret key.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchB

Search for gift cards, esims, mobile topups and more. It's suggested to use the categories tool before searching for products, to have a better understanding of what's available.

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 search tool to search for products in a specific category.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
payment-methods
product-types
giftcards
refills
bills
esims
crypto-utils

Latest Blog Posts

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