Install Billing.net

Choose your AI client and add billing in 60 seconds

🤖Claude Desktop

📁 Config Location

Mac:
~/Library/Application Support/Claude/claude_desktop_config.json
Linux:
~/.config/Claude/claude_desktop_config.json
Windows:
%APPDATA%\Claude\claude_desktop_config.json

⚙️ Configuration

{
  "mcpServers": {
    "billing": {
      "url": "https://billing.net/mcp/"
    }
  }
}

📋 Steps

  1. 1Open your Claude Desktop config file
  2. 2Add the configuration above
  3. 3Save and restart Claude Desktop
  4. 4Test: Ask "What billing tools do you have?"

Test It Works

"What billing tools do you have?"
→ Should list 5 core tools
"List all invoices"
→ Returns invoice data

Having Issues?

❌ "Can't connect to server"

Check if the API is accessible:

curl https://billing.net/api/v1/health

Should return: {"ok":true}

❌ "Tools not showing"
  • Completely restart your AI client (not just close window)
  • Check config file has valid JSON (no trailing commas)
  • Verify you saved the config file
  • Check the manifest: curl https://billing.net/api/manifest.json
🔐 Need HMAC signatures?

For write operations (POST/PUT/DELETE), you need HMAC signatures.

See the complete guide:

→ HMAC Authentication Guide

🔌Try Real Integrations Now

Billing.net connects to 69 payment providers. Explore Stripe, Wise, Revolut, PayPal, and more:

🔗 Explore MCP Providers →

🎉 You're Ready!

Your AI can now create invoices, track expenses, and manage payouts