Decide in 10 seconds
- Choose TypeScript SDK if you want to add monetization in your own code.
- Choose MCP Pay if you want SolvaPay to host auth, checkout, and paywall enforcement for your MCP server.
Quick comparison
| Feature | TypeScript SDK | MCP Pay |
|---|---|---|
| Code changes required | Yes | None |
| Fastest setup | npx solvapay init | Console setup |
| Authentication | Custom or OAuth | OAuth (Google/GitHub) |
| Supported platforms | Any API, MCP, or web app | MCP servers only |
| Hosting | Your infrastructure | Managed by SolvaPay |
| Customization | Full programmatic control | Configuration-based |
Path A: TypeScript SDK (recommended for developers)
For SDK integration, start with one command from your project root:Get started
After CLI setup, create or confirm your product and plans in the Console:Path B: hosted MCP Pay (no-code)
MCP Pay is SolvaPay’s hosted MCP auth and monetization solution for MCP servers.Choose this path if you:
- You want to launch quickly without code changes
- You are monetizing an MCP server
- You are comfortable with OAuth sign-in for end users