MCP server for ACP (Agentic Commerce Protocol) by OpenAI/Stripe.
list_schemas— all ACP schema definitionsget_schema— get specific schema (CheckoutSession, LineItem, etc.)validate_json— validate data against schemaget_openapi_spec— checkout, webhook, or delegate payment specsget_examples— sample requests/responsesget_rfc— protocol design docsgenerate_checkout_request— create test payloadscompare_with_ucp— compare ACP vs UCP protocols
git clone https://github.com/sakinaroufid/acp-mcp.git
cd acp-mcp
npm install
npm run build{
"mcpServers": {
"acp": {
"command": "node",
"args": ["/path/to/acp-mcp/dist/index.js"]
}
}
}Apache-2.0