bitrefill-mcp-server
4
The Bitrefill MCP Server is a TypeScript-based Model Context Protocol server that integrates Bitrefill services for AI assistants. It enables users to search and manage gift cards, mobile topups, and more, through structured JSON responses. A key feature is its seamless communication using the MCP standard with AI.
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.
Features
Resources
bitrefill://product-types
- List of available product types on Bitrefillbitrefill://categories/{type}
- List of available categories for a specific product type
Tools
search
- Search for gift cards, esims, mobile topups and moredetail
- Get detailed information about a productcategories
- Get the full product type/categories mapcreate_invoice
- Create a new invoice for purchasing productsget_invoices
- Retrieve a list of invoices with optional filteringget_invoice
- Retrieve details for a specific invoice by IDpay_invoice
- Pay an unpaid invoiceget_orders
- Retrieve a list of orders with optional filteringget_order
- Retrieve details for a specific order by IDunseal_order
- Reveal codes and PINs for a specific orderget_account_balance
- Retrieve your account balanceping
- Check if the Bitrefill API is available
Configuration
To use all the tools except for search
, categories
, and detail
, set up Bitrefill API credentials in a .env
file. Use the credentials to utilize tools like create_invoice
.