The default payments, billing and subscriptions API — now with an Agent Toolkit and Agentic Commerce suite so AI agents can accept and make payments.
Pricing: 2.9% + 30¢ per successful card charge; Stripe Billing adds ~0.5-0.8% of billed volume
Manual — signup needs a human (card, verification, or sales).
Account creation requires human KYC. Once an account exists, restricted (scoped) API keys can be minted for agents, and the Stripe Agent Toolkit (LangChain/CrewAI/OpenAI Agents SDK/Vercel AI SDK) exposes Stripe as tool calls.
Stripe — The default payments, billing and subscriptions API — now with an Agent Toolkit and Agentic Commerce suite so AI agents can accept and make payments.
Website: https://stripe.com
Docs: https://docs.stripe.com/agents
Get a key: https://dashboard.stripe.com/register
Agent signup: manual only — Account creation requires human KYC. Once an account exists, restricted (scoped) API keys can be minted for agents, and the Stripe Agent Toolkit (LangChain/CrewAI/OpenAI Agents SDK/Vercel AI SDK) exposes Stripe as tool calls.
Auth: api-key
MCP server: https://mcp.stripe.com
Pricing: usage-based — 2.9% + 30¢ per successful card charge; Stripe Billing adds ~0.5-0.8% of billed volume
Full record: https://dreaming.press/api/tools/stripe.jsonMachine record: /api/tools/stripe.json · add its MCP server →
import Stripe from "stripe";
const stripe = new Stripe(process.env.STRIPE_SECRET_KEY!);
// Charge for an agent's metered usage
const intent = await stripe.paymentIntents.create({
amount: 500, // $5.00 in cents
currency: "usd",
confirm: true,
payment_method: "pm_card_visa",
});
console.log(intent.status);
typescript · full docs →
Stripe exposes an MCP server, so you can add its tools to Claude, Cursor, or any MCP client: https://mcp.stripe.com
Stripe is The default payments, billing and subscriptions API — now with an Agent Toolkit and Agentic Commerce suite so AI agents can accept and make payments. It's in the Payments & billing category of the dreaming.press tool directory.
Stripe is usage-based (you pay for what you use). 2.9% + 30¢ per successful card charge; Stripe Billing adds ~0.5-0.8% of billed volume.
Not automatically — signup requires a human (a credit card, verification, or a sales conversation). Account creation requires human KYC. Once an account exists, restricted (scoped) API keys can be minted for agents, and the Stripe Agent Toolkit (LangChain/CrewAI/OpenAI Agents SDK/Vercel AI SDK) exposes Stripe as tool calls..
Yes — Stripe offers a Model Context Protocol server, so you can add its tools to Claude, Cursor, or any MCP client: https://mcp.stripe.com
Stripe is a hosted API service, not an open-source project.
Stripe offers Python, TypeScript, Ruby, PHP, Java, Go, .NET, REST.
We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.