Stripe hosted MCP server
Payments infrastructure
Stripe’s hosted MCP server gives agents access to Stripe APIs and documentation. Agents can search Stripe knowledge and operate on payments objects like customers, invoices, and subscriptions, subject to the permissions of the connected Stripe account.
Curated by Agentic WorkersPublished Updated
Server description
Work with Stripe payments, customers, and subscriptions from your agent
Stripe’s hosted MCP server gives agents access to Stripe APIs and documentation. Agents can search Stripe knowledge and operate on payments objects like customers, invoices, and subscriptions, subject to the permissions of the connected Stripe account.
- Slug
- stripe
- Category
- Payments & Finance
- Category slug
- payments-and-finance
- Authentication
- OAuth2.1 & API Key
- Auth type
- custom
Directory details
Use with your agent
Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.
{
"mcpServers": {
"stripe": {
"url": "https://mcp.stripe.com/"
}
}
}