Stripe Acp MCP Server

The Agentic Commerce Protocol (ACP) is an open standard co-developed by Stripe and OpenAI. It enables AI agents to complete purchases on behalf of users - the agent handles the checkout UX, while the seller handles inventory, pricing, and payment processing. Its 24 documented tools cover checkout, invoice, payment, subscription.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

One of 127 MCP servers published from codespar/mcp-dev-latam. Stars and repository activity are shared across all of them. See all 127 →

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Stripe Acp

before you install - you'll need

Set STRIPE_API_KEY, STRIPE_ACP_BASE before connecting.

Claude Code

claude mcp add codespar-mcp-dev-latam-packages-payments -- npx -y @codespar/mcp-stripe-acp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "codespar-mcp-dev-latam-packages-payments": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-stripe-acp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @codespar/mcp-stripe-acp - published under the repo owner's npm scope (@codespar)

registry namespace io.github.codespar is GitHub-verified and matches the repo owner

03 · What Stripe Acp can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create an ACP checkout session with a seller, retrieve the current state of an ACP checkout session, including status, pricing, and available payment met.., update an ACP checkout session - modify quantities, shipping address, or fulfillment selections, and cancel an ACP checkout session.

Capability map

Tools grouped from the project's README - what Stripe Acp lets an agent do.

read & search

7 tools - e.g. List Stripe customers with optional filters; Get Stripe account balance; List products in the Stripe catalog

list_customers · get_balance · list_products · list_prices · list_subscriptions · list_disputes…

Checkout

6 tools - e.g. Create an ACP checkout session with a seller.; Retrieve the current state of an ACP checkout session, including status, pricing, and available payment met...; Update an ACP checkout session - modify…

create_checkout · get_checkout · update_checkout · complete_checkout · cancel_checkout · create_checkout_session

create & write

4 tools - e.g. Create a Stripe customer; Refund a Stripe payment intent or charge; Create a new product in Stripe

create_customer · create_refund · create_product · create_coupon

Invoice

3 tools - e.g. Create a draft invoice for a customer; Add a line item to an upcoming or specific invoice; Finalize a draft invoice so it can be paid

create_invoice · create_invoice_item · finalize_invoice

Payment

2 tools - e.g. Create a shareable Stripe Payment Link for a price; List Stripe payment intents with optional filters

create_payment_link · list_payment_intents

Subscription

2 tools - e.g. Create a subscription for a customer with a recurring price; Cancel a Stripe subscription immediately or at period end

create_subscription · cancel_subscription

04 · Who maintains Stripe Acp

mcp-stripe-acp is maintained by codespar. We track 127 MCP servers from codespar - 127 actively maintained, 269 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from codespar.

  1. mcp-asaas MCP server for Asaas - billing automation, Pix, boleto, credit card, subscriptions ★ 269
  2. mcp-omie MCP server for Omie - ERP, customers, products, orders, invoices, financials ★ 269
  3. mcp-sendgrid MCP server for SendGrid - global transactional + marketing email (Twilio-owned) ★ 269
  4. mcp-evolution-api MCP server for Evolution API - WhatsApp messaging, instances, contacts ★ 269
  5. mcp-mercado-bitcoin MCP server for Mercado Bitcoin - Brazilian crypto exchange, trading, orderbook, withdrawals ★ 269
  6. mcp-tiny MCP server for Tiny ERP - products, stock, warehouses, price lists, orders, invoices, AP/AR ★ 269

05 · Facts

category
finance - actively maintained as of 2026-08-25.
registry
io.github.codespar/mcp-stripe-acp (active, first published 2026-04-12 · 3 versions)
packages
npm:@codespar/mcp-stripe-acp

06 · Stripe Acp FAQ

Is Stripe Acp still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12. We re-verify nightly.

What can Stripe Acp do?

With this server connected, an agent can create an ACP checkout session with a seller, retrieve the current state of an ACP checkout session, including status, pricing, and available payment met.., update an ACP checkout session - modify quantities, shipping address, or fulfillment selections, and cancel an ACP checkout session.

How do I install Stripe Acp?

Run `npx -y @codespar/mcp-stripe-acp`. The README documents 2 environment variables (STRIPE_API_KEY, STRIPE_ACP_BASE) to set first. Set STRIPE_API_KEY, STRIPE_ACP_BASE before connecting. You can also paste the ready-made client config above.

Does Stripe Acp run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Stripe Acp

More finance MCP servers · Vindi · Zoop · Mrmarket AI · Dex Paprika · CoinRithm Agent Trading

More JavaScript MCP servers · Transbank · Ucp · Wise · Worldpay · see all