🏦 Complete Stack: Transfers (Wise, Revolut) • Payments (Stripe, PayPal) • Crypto (Bitcoin, Coinbase) • 69 integrations • 23 MCP servers

Complete Financial Stack

69 integrations. International transfers (Wise, Revolut), Payments (Stripe, PayPal, Square), P2P (CashApp, Venmo), Crypto (Bitcoin, Coinbase). MCP + REST APIs. Self-hosted or cloud.

# Create an invoice
curl -X POST https://www.billing.net/api/invoice \
  -d '{
    "customer": "@acme",
    "amount": 1200,
    "currency": "usd"
  }'
# Response
{
  "id": "inv_abc123",
  "status": "created",
  "pdf": "https://..."
}

Why Developers Choose Billing.net

🌐

MCP Orchestration

Calls 23 external MCP servers (Stripe MCP, PayPal MCP, LemonSqueezy MCP, Shopify MCP, etc.) through one unified interface. MCP-first architecture with REST fallbacks for 46 additional providers.

🤖

AI-Native Billing

Install in Claude Desktop with one config line. AI agents can create invoices, process payments, and manage subscriptions autonomously through MCP protocol.

🔓

Open & Self-Hostable

Run locally or on Billing Cloud — you own the data. MIT license, full transparency, no vendor lock-in. One-line installer available.

How It Works

🤖
Claude/ChatGPT
→ MCP
Billing.net
Orchestrator
→ MCP
💳
Stripe MCP
PayPal MCP
LemonSqueezy MCP
🏦
Provider APIs

MCP Orchestration: One MCP interface to 23 billing MCP servers + 46 REST providers. Native MCP-to-MCP communication with intelligent fallbacks.

Why it Matters

Own Your Billing Logic

Most billing platforms lock you into their pricing model, feature set, and data format. With Billing.net, you control the entire stack. Self-host on your infrastructure, customize workflows, and keep 100% of your billing data. No surprise fee increases, no forced migrations.

One API, Any Provider

Switch from Stripe to LemonSqueezy or add crypto payments without changing your application code. Billing.net provides a unified interface across payment processors, tax calculators, and email providers. Test new providers in parallel, migrate gradually, or run multiple providers simultaneously.

Integrate with AI Agents

The Model Context Protocol (MCP) enables AI agents to manage billing autonomously. Your Claude agent can create invoices, process refunds, update subscriptions, and analyze revenue patterns — all through standardized commands. Built for the AI-native future.

Predict Revenue with LLMs

Connect your billing data to language models for revenue forecasting, churn prediction, and pricing optimization. Billing.net's open architecture makes it easy to pipe transaction data into your analytics pipeline or AI workflow.

Simple, Transparent Pricing

Community

Free

Self-host forever

  • ✓ Full MCP Server
  • ✓ All providers
  • ✓ Unlimited transactions
  • ✓ MIT License
Popular

Maker

$49/mo

Billing Cloud hosted

  • ✓ Managed infrastructure
  • ✓ Auto-scaling
  • ✓ 99.9% uptime SLA
  • ✓ Email support

Growth

$199/mo

For scaling teams

  • ✓ Everything in Maker
  • ✓ Priority support
  • ✓ Custom integrations
  • ✓ SLA guarantees

Keep Using Stripe — and Go Beyond It

Already using Stripe? Perfect. Billing.net doesn't replace it — it extends it.

ScenarioWithout Billing.netWith Billing.net
Add Crypto PaymentsIntegrate new crypto API, manage wallets, reconcile payouts manuallyEnable Coinbase MCP. Routes crypto invoices through existing billing logic — no code changes
Export for TaxesManually download CSVs from Stripe, PayPal, LemonSqueezy and merge themOne /api/export/tax endpoint ready for QuickBooks/Xero
Multi-Provider ResilienceIf Stripe goes down, your app failsAuto-fallback to PayPal or LemonSqueezy MCP. Customers never see failures
AI-Driven InsightsBuild reports manuallyClaude asks "What was MRR last month?" — instant answers from live data

Keep Your Stripe Integration

curl -X POST billing.net/api/invoice \
  -H "x-api-key: $KEY" \
  -d '{
    "provider": "stripe",
    "customer": "alice@acme.com",
    "amount": 4900,
    "currency": "usd"
  }'

# Same Stripe flow, 
# now logged + orchestrated

Add Crypto in Seconds

curl -X POST billing.net/api/invoice \
  -H "x-api-key: $KEY" \
  -d '{
    "provider": "coinbase",
    "amount": 0.05,
    "currency": "btc"
  }'

# Crypto payments enabled!
# Zero code changes

Keep Your Stack. Expand Your Reach.

Billing.net lets you keep your Stripe integration exactly as it is — and build beyond it. Add crypto payments, PayPal, or LemonSqueezy side by side. Export unified billing data to QuickBooks or Xero. Let AI agents manage invoices and predict revenue autonomously.

"If you can curl Stripe, you already know how to use Billing.net — just add more power behind the same command."

The Open Billing Server for Modern Applications

Billing.net is the world's first MCP billing orchestrator — an open-source server that connects to 23 billing MCP servers through one unified interface. Unlike traditional billing platforms that force you to implement REST APIs, Billing.net uses MCP-to-MCP communication to call Stripe MCP, PayPal MCP, LemonSqueezy MCP, Shopify MCP, and others directly.

Our MCP orchestration layer enables AI agents to manage billing across multiple providers without knowing their individual APIs. When Claude or ChatGPT calls our MCP server, we intelligently route to the best provider's MCP server, with automatic fallbacks to REST APIs when MCP isn't available. This creates a true universal billing hub for AI-native applications.

As a Stripe alternative, Billing.net doesn't replace your payment processor — it enhances it. Connect Stripe, LemonSqueezy, Paddle, or any payment provider through a single unified API. Switch providers without code changes, run multiple processors simultaneously, or build custom integrations for usage-based billing models.

The developer API is RESTful, well-documented, and includes SDKs for Python, TypeScript, and Go. Self-host the entire platform on your infrastructure using Docker or Kubernetes, or use Billing Cloud for a fully-managed experience. Every component is open-source under the MIT license.

Join the growing community of developers building the future of open billing infrastructure. Start with our quickstart guide, explore the API documentation, or contribute to the project on GitHub.

Ready to Own Your Billing?

Start self-hosting in 5 minutes or try Billing Cloud free for 14 days.