agent toolkit
Basic Information
The Stripe Agent Toolkit provides a bridge between popular agent frameworks and the Stripe API so developers can safely expose Stripe functionality to automated agents. It offers libraries for both Python and TypeScript built on top of Stripe's official SDKs and is designed to be passed as a set of tools into agents such as OpenAI's Agent SDK, LangChain, CrewAI, Vercel's AI SDK, and Model Context Protocol (MCP) servers. The toolkit lets you configure which Stripe actions are permitted and supply contextual defaults such as connected account IDs. It is not an exhaustive wrapper of the entire Stripe API but includes common payment and billing operations and examples for integrating the toolkit into agent workflows. It also includes support for running or connecting to an MCP server for remote agent interaction.