bitrefill-mcp-server

bitrefill-mcp-server

3.3

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

  1. Search

    Search for gift cards, eSIMs, mobile phone recharge, etc.

  2. Detail

    Get product details

  3. categories

    Get product type/category map

  4. create_invoice

    Create a new invoice

  5. get_invoices

    Get the invoice list

  6. get_invoice

    Get specific invoice details

  7. pay_invoice

    Pay unpaid invoices

  8. get_orders

    Get the order list

  9. get_order

    Get specific order details

  10. unseal_order

    Show order code and PIN

  11. get_account_balance

    Get account balance

  12. ping

    Check API availability