MCP Stripe Acp runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 29 Aug 2026.
Stripe ACP — AI agent checkout, payment delegation, products, invoices
Today is the operative word: we check MCP Stripe Acp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-stripe-acp -- npx -y @codespar/mcp-stripe-acp
{
"mcpServers": {
"mcp-stripe-acp": {
"args": [
"-y",
"@codespar/mcp-stripe-acp"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-stripe-acp]
command = "npx"
args = ["-y", "@codespar/mcp-stripe-acp"]
{
"mcpServers": {
"mcp-stripe-acp": {
"args": [
"-y",
"@codespar/mcp-stripe-acp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-stripe-acp": {
"args": [
"-y",
"@codespar/mcp-stripe-acp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
STRIPE_API_KEY (API key for stripe-acp).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)
Scan pasted Stripe webhook/checkout code for common integration bugs.
MCP server for iugu — invoices, subscriptions, customers, payment methods
Search PayU docs, browse the payment integration catalog, and fetch production-ready code.
MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.
MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.
ACDP reference MCP server for promo-code resolution and checkout feedback.
Xero MCP server for invoices, contacts, payments, quotes, and financial reports.
Answers built from our own checks of this server.