Setup Guides

Step-by-step instructions to connect your AI assistant to Bitrefill MCP.

Choose your AI assistant below to get started with Bitrefill MCP.

Prerequisites

  • A Bitrefill accountSign up if you don't have one

All supported clients work with OAuth — just add the server URL and sign in when prompted. No API key required for interactive use.

Quick Reference

ClientAuth MethodServer URL
ChatGPTOAuthhttps://api.bitrefill.com/mcp
Claude DesktopOAuthhttps://api.bitrefill.com/mcp
Claude CodeOAuth or API Keyhttps://api.bitrefill.com/mcp
CursorOAuth or API Keyhttps://api.bitrefill.com/mcp

For programmatic access or automation, use an API key: https://api.bitrefill.com/mcp/YOUR_API_KEY

Setup Guides

When to Use an API Key

OAuth is recommended for interactive use, but API keys are useful for:

  • Programmatic access — Building applications that use the MCP server
  • Automation — Scripts or workflows that don't have a browser
  • Preference — If you prefer not to use OAuth

Generating an API Key

  1. Go to bitrefill.com/account/developers
  2. Click the API Keys tab
  3. Click Create API Key
  4. Enter a name for your key (e.g., "My Automation")
  5. Copy the key — you won't be able to see it again

Keep your API key secure. Don't share it or commit it to version control. Anyone with your API key can make purchases on your behalf.