MCP‑BILLING · boilerplate spec available now

Stop burning weeks on OAuth plumbing. Ship your MCP server with billing on day one.

OAuth 2.1 + API key auth + usage-based Stripe billing — wired together, tested, ready to deploy. No platform fees. No revenue share. Yours completely.

§1

The problem

Building the MCP tool takes a weekend. Wiring identity and payments around it doesn't. This is a common story from builders shipping MCP servers in 2026:

$ adding OAuth to the MCP server... Four hours in, I was reading RFC 9728... not one line of auth code made the search smarter... I burned a weekend on identity plumbing. I shipped with a static API key.

— Real developer, r/mcp

§2

Why now

10,000+active public MCP servers as of March 2026 (Anthropic)
<5%of MCP servers are monetized — billing infra is still unbuilt
40%of exposed MCP services run with no auth at all (Censys)
§3

What's in the box

§4

Pricing

€79€149 at public launch

One-time payment. Full source code. MIT license with resale restriction.

Buy now — €79 →
§5

FAQ

Q: Do I need to understand OAuth 2.1 to use this?

A: No. Everything is pre-configured. Add your environment variables and deploy.

Q: What if Stripe changes its API?

A: The code is in your repository. You control the updates.

Q: Does it work with any MCP server or only certain frameworks?

A: It works as an independent layer. Your MCP server calls the auth and billing endpoints — framework agnostic.

Q: How does it handle retries and interrupted calls in billing?

A: Each usage event carries an idempotency_key. If the same event arrives twice (network retry), it's only charged once. Interrupted calls are recorded as 'partial' and you decide whether to charge them — documented with code examples.

Q: Is support included?

A: Yes — I respond to GitHub issues for 60 days from purchase.

Q: Can I use it in client projects?

A: Yes. Unlimited use license. You cannot resell the boilerplate itself.