bitrefill-mcp-server
If you are the rightful owner of bitrefill-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A TypeScript-based MCP server that provides access to Bitrefill services, allowing you to search for gift cards, mobile topups, and more.
The Bitrefill MCP Server is a TypeScript-based server that implements the Model Context Protocol (MCP) to expose Bitrefill services to AI assistants like Claude. It allows users to search for gift cards, mobile topups, and other products by interfacing with the Bitrefill API. The server operates as a standalone process using stdio for communication and returns structured JSON responses that can be processed by AI assistants. The architecture is organized into various directories for constants, handlers, schemas, services, and utilities, ensuring a modular and maintainable codebase. The server supports a range of tools and resources for accessing Bitrefill services, including product search, detailed product information, invoice creation, and order management. It also provides configuration options for setting up API credentials, which are necessary for certain tools.
Features
- Provides access to Bitrefill services via MCP
- Supports product search and detailed information retrieval
- Allows invoice creation and order management
- Returns structured JSON responses for AI processing
- Modular architecture for easy maintenance
Tools
Search
Search for gift cards, eSIMs, mobile phone recharge, etc.
Detail
Get product details
categories
Get product type/category map
create_invoice
Create a new invoice
get_invoices
Get the invoice list
get_invoice
Get specific invoice details
pay_invoice
Pay unpaid invoices
get_orders
Get the order list
get_order
Get specific order details
unseal_order
Show order code and PIN
get_account_balance
Get account balance
ping
Check API availability