Stripe
com.stripe/mcp · v0.2.0
streamable-http
Stripe's hosted MCP server plus documentation search. Create customers, products, prices, payment links and invoices, and query the Stripe docs.
Claude Code
claude mcp add --transport http mcp https://mcp.stripe.com
mcpServers JSON (Claude Desktop, Cursor, Windsurf, VS Code)
{
"mcpServers": {
"mcp": {
"type": "http",
"url": "https://mcp.stripe.com"
}
}
}
Tools (8)
search_stripe_documentationcreate_customerlist_customerscreate_productcreate_pricecreate_payment_linkcreate_invoiceretrieve_balance
server.json manifest
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"_meta": {
"io.mcpregistry/license": "MIT",
"io.mcpregistry/tags": [
"payments",
"billing",
"hosted"
],
"io.mcpregistry/tools": [
"search_stripe_documentation",
"create_customer",
"list_customers",
"create_product",
"create_price",
"create_payment_link",
"create_invoice",
"retrieve_balance"
],
"io.mcpregistry/transport": "streamable-http"
},
"description": "Stripe's hosted MCP server plus documentation search. Create customers, products, prices, payment links and invoices, and query the Stripe docs.",
"name": "com.stripe/mcp",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.stripe.com"
}
],
"repository": {
"source": "github",
"url": "https://github.com/stripe/agent-toolkit"
},
"title": "Stripe",
"version": "0.2.0",
"websiteUrl": "https://docs.stripe.com/mcp"
}