Agentic Commerce Protocol by Stripe. AI agent checkout, payment delegation, product discovery, and cart management.
$ npm install @codespar/mcp-stripe-acpAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"stripe-acp": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-stripe-acp"
],
"env": {
"STRIPE_API_KEY": "<your_stripe_api_key>"
}
}
}
}After restart, your agent can call any of the 24 tools below โ try create_checkout first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
STRIPE_API_KEYAPI key for stripe-acp
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_checkoutget_checkoutupdate_checkoutcomplete_checkoutcancel_checkoutcreate_customerlist_customerscreate_payment_linkMCP is a protocol โ any framework that speaks it can mount this server.