Bitrefill MCP Server
by Bitrefill
The Bitrefill MCP Server is a TypeScript-based server that provides access to Bitrefill services, such as gift card and mobile topup searches, for AI assistants. It implements the Model Context Protocol to expose Bitrefill functionality.
Last updated: N/A
What is Bitrefill MCP Server?
The Bitrefill MCP Server is a standalone server that uses the Model Context Protocol (MCP) to connect AI assistants to Bitrefill's services. It allows AI to search for gift cards, mobile topups, and other Bitrefill products, and retrieve detailed product information.
How to use Bitrefill MCP Server?
The server runs as a standalone process and communicates via stdio. It can be installed via Smithery or manually configured for Claude Desktop, Cline, or Cursor. Configuration involves specifying the command to run the server and optionally setting API credentials for accessing all Bitrefill API functionalities.
Key features of Bitrefill MCP Server
Provides access to Bitrefill product search and details via MCP.
Supports multiple AI assistant platforms (Claude, Cline, Cursor).
Offers tools for creating and managing invoices.
Includes resources for listing product types and categories.
Supports API key authentication for secure access to Bitrefill services.
Use cases of Bitrefill MCP Server
Enabling AI assistants to search for and recommend gift cards based on user queries.
Allowing AI assistants to facilitate mobile topup purchases.
Integrating Bitrefill's services into AI-powered e-commerce platforms.
Automating invoice creation and payment processes using AI assistants.
FAQ from Bitrefill MCP Server
What is the Model Context Protocol (MCP)?
What is the Model Context Protocol (MCP)?
MCP is a protocol that enables communication between AI models and external services, allowing AI to access and utilize real-world data and functionality.
Do I need an API key to use the server?
Do I need an API key to use the server?
An API key is required to use the tools that rely on the Bitrefill API except for search, categories and detail. These include create_invoice, get_invoices, get_invoice, pay_invoice, get_orders, get_order, unseal_order, and get_account_balance.
How do I get a Bitrefill API key?
How do I get a Bitrefill API key?
You can request a developer API key by filling out the form linked in the README.
What AI assistants are supported?
What AI assistants are supported?
The server is compatible with Claude Desktop, Cline, and Cursor.
How do I debug the server?
How do I debug the server?
The README recommends using the MCP Inspector for debugging, which can be accessed via the npm run inspector command.