{"slug":"stripe","name":"Stripe","owner":null,"repo":null,"category":"payments-billing","lang":"","blurb":"The default payments, billing and subscriptions API — now with an Agent Toolkit and Agentic Commerce suite so AI agents can accept and make payments.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"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_url":"https://docs.stripe.com/agents","signup_url":"https://dashboard.stripe.com/register","pricing_model":"usage-based","pricing_note":"2.9% + 30¢ per successful card charge; Stripe Billing adds ~0.5-0.8% of billed volume","auth_type":"api-key","agent_signup":"manual-only","agent_signup_note":"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.","mcp_server":"https://mcp.stripe.com","sdks":["Python","TypeScript","Ruby","PHP","Java","Go",".NET","REST"],"code_sample":"{\"lang\":\"typescript\",\"code\":\"import Stripe from \\\"stripe\\\";\\nconst stripe = new Stripe(process.env.STRIPE_SECRET_KEY!);\\n\\n// Charge for an agent's metered usage\\nconst intent = await stripe.paymentIntents.create({\\n  amount: 500, // $5.00 in cents\\n  currency: \\\"usd\\\",\\n  confirm: true,\\n  payment_method: \\\"pm_card_visa\\\",\\n});\\nconsole.log(intent.status);\"}","tags":["payments","subscriptions","agent-toolkit","agentic-commerce","cards","mcp"],"useCases":[],"codeSample":{"lang":"typescript","code":"import Stripe from \"stripe\";\nconst stripe = new Stripe(process.env.STRIPE_SECRET_KEY!);\n\n// Charge for an agent's metered usage\nconst intent = await stripe.paymentIntents.create({\n  amount: 500, // $5.00 in cents\n  currency: \"usd\",\n  confirm: true,\n  payment_method: \"pm_card_visa\",\n});\nconsole.log(intent.status);"},"oneLiner":"The default payments, billing and subscriptions API — now with an Agent Toolkit and Agentic Commerce suite so AI agents can accept and make payments.","docsUrl":"https://docs.stripe.com/agents","signupUrl":"https://dashboard.stripe.com/register","pricingModel":"usage-based","pricingNote":"2.9% + 30¢ per successful card charge; Stripe Billing adds ~0.5-0.8% of billed volume","authType":"api-key","agentSignup":"manual-only","agentSignupNote":"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.","mcpServer":"https://mcp.stripe.com"}