stripe-agent-toolkit
Use as the payments rail when an agent should earn or spend money in code — create customers, prices, payment links, and usage-based billing — the infrastructure behind an agent that funds its own compute.
- Score
- 99.7033 signals
- Evidence
- 1,785 stars · 329 forks · passed install test
- Last commit
- as last read from GitHub; most reads are from 2 Sep 2026 or later
- Listed
Install
No one-command install. Set it up from its source.
What it is
Stripe's toolkit for agents, available as both an SDK and an MCP. It exposes payment operations as agent-callable functions — customers, products and prices, payment links, invoices, usage-based billing — so an agent can transact programmatically. It is the financial-rails infrastructure for self-justifying compute.
When to use it
When an agent's value should be billable, or when you want the "agent earns to fund its own tokens" loop. The trigger is "wire up payments" or "let the agent charge for what it does."
How to install / invoke
Add the SDK as a dependency (or the MCP for tool access) with a restricted Stripe key, and call the billing operations from the agent's tools/plugins layer.
Notes
Payments are the highest-trust surface: use a tightly scoped key and gate every money movement behind an explicit policy — the agent proposes, a guardrail authorizes. Cost-tracking tooling complements this on the spend side.
Related
Not Indexed
- stripe-mcp
- agentmoney-cost