Bitrefill MCP Server enables AI assistants to search for and retrieve information about gift cards, mobile refills, eSIMs, and digital services available on Bitrefill's platform. Built by Bitrefill, this TypeScript implementation provides tools for searching products by query, country, or category, fetching detailed product information, and browsing available product categories. The server communicates via stdio transport, making it compatible with Claude Desktop integration, and includes comprehensive error handling for API requests. It's particularly valuable for users who want to explore Bitrefill's cryptocurrency-based digital services without leaving their conversation interface.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Search for gift cards, esims, mobile topups and more. Required: query (e.g., 'Amazon', 'Netflix', 'AT&T' or '*' for all). Optional: country, language, limit, skip, category.
Get detailed information about a product. Required: id (product identifier).
Get the full product type/categories map. No required parameters.
Create a new invoice for purchasing products (requires API key). Required: products (array of products to include in the invoice, each with product_id). Required: payment_method (one of: 'balance', 'bitcoin', 'lightning'). Optional fields for products: quantity, value, package_id, phone_number, email, send_email, send_sms. Optional: webhook_url, auto_pay.
Retrieve a list of invoices with optional filtering. Optional: start, limit, after, before.
Retrieve details for a specific invoice by ID. Required: id (invoice identifier).
Pay an unpaid invoice (only works with 'balance' payment method). Required: id (invoice identifier).
Retrieve a list of orders with optional filtering. Optional: start, limit, after, before.
Retrieve details for a specific order by ID. Required: id (order identifier).
Reveal codes and PINs for a specific order by ID. Required: id (order identifier).
Retrieve your account balance. No required parameters.
Check if the Bitrefill API is available. No required parameters.