
Features
Everything you need to monetize AI agents, APIs, and MCP tools
Conversational checkout
Native payment flows inside conversational interfaces, no redirects, no broken context. Works in your app's chat UI or external platforms like CustomGPT.
Try conversational payments demoAPI & MCP monetization
Turn any API, MCP tool, or dataset into a revenue stream with pay-per-use billing, automatic usage tracking and invoicing.
View API documentationVibe code compatible
Drop-in scripts for Cursor, Claude Code, Lovable, and Bolt. Go from npx create-solvapay-app to accepting payments in one day.
View SDK quickstart guidePlatform
Manage agents, pricing, and revenue from one dashboard
Home
Get an overview of your agents, revenue, and activity at a glance.
Total Revenue
SEK 257,202.29
Active Agents
10
This Month
+12.5%
Manage your wallet, view balance, and track all your financial transactions in one place.
How it works
A unified platform for AI agents, MCP tools and APIs
One toolkit to launch paid experiences in minutes. Wrap any endpoint with payable(), build payment flows with React components, and start billing. No custom infrastructure needed. Works with Express, Next.js, and MCP servers.
import { createSolvaPay } from '@solvapay/sdk';
const solvaPay = createSolvaPay();
const payable = solvaPay.payable({});
// Protect agent endpoints
app.post('/agent/chat', payable.http(async (req) => {
const response = await aiAgent.chat(req.body);
return { response };
}));Monetize conversational AI interactions with pay-per-use or subscription plans, track usage automatically across sessions.
Pricing
Stripe fees typically range from 0.8% (ACH, $5 cap) up to 5.99% + 30¢ (BNPL). View complete Stripe pricing