Manage payments, customers, and subscriptions through Stripe.
- Home
- Top MCPs for Commerce & Payments
Best Commerce & Payments MCP Servers in 2026
Commerce and payments MCP servers: Stripe, Shopify, and marketplace integrations for AI-driven checkout flows — verified for 2026.
Top Commerce & Payments MCPs
- 1.Stripe—Manage payments, customers, and subscriptions through Stripe.
- 2.QuickBooks Online—Run QuickBooks Online accounting from an agent — invoices, bills, payments, and financial reports.
- 3.Paddle—Manage subscriptions, transactions, products, prices, and financial reports on Paddle — official MCP.
Ranked by top-mcps.com — data verified Sep 2026.
About Commerce & Payments MCP servers
Commerce and payments MCP servers let an AI agent operate the storefronts, money-movement platforms, and ledgers that run a business — Stripe, PayPal, Square, and Paddle on the payments side, Shopify for the storefront, Xero and QuickBooks Online for the books. The best servers in this category separate "read about money" from "move money" with explicit scopes: an agent can summarize yesterday's revenue without ever being able to issue a refund. That split matters more here than anywhere else in the catalog, because the write operations — refunds, captures, invoice sends, price changes — are customer-visible and hard to undo. Most teams start with read-only access and graduate to write capabilities only behind a human-approval prompt.
Choose by where the money moves. Stripe is the default for SaaS pricing, subscriptions, and one-off payments: an API key over stdio or a hosted streamable-http endpoint, about five minutes to first call, and restricted keys that cap what the agent can touch. Paddle, also key-based and official, covers the subscription lifecycle plus product, price, and financial-report tools for teams that bill through Paddle. Shopify handles direct-to-consumer order triage, inventory adjustments, and product-catalog maintenance with an admin API token over stdio. Square (OAuth 2.1, stdio or SSE) is the point-of-sale pick — payments, catalog, inventory, invoices, bookings. PayPal (OAuth 2.1, with hosted remote transports) covers invoicing, order capture, refunds, and dispute tracking. On the ledger side, Xero and QuickBooks Online both use OAuth 2.1 over stdio; note that the QuickBooks Online server is community-maintained rather than vendor-official, so review it like any third-party dependency before granting it a production connection.
Common mistakes: connecting Stripe with a live secret key when a restricted key would do, letting an agent auto-refund without a confirmation step, and skipping rate-limit handling on Shopify, which throttles aggressively enough that a naive retry loop stalls an order-triage run mid-task. The accounting side has its own trap: an agent that retries a timed-out invoice write can file the same invoice three times in QuickBooks Online. Every operation that moves money or emails a customer needs an approval gate and an audit trail. Start with Stripe in test mode: prove the read flow — customers, subscriptions, billing state — then add refunds behind approval, and only then expand to the storefront and accounting servers one operation at a time.
All Commerce & Payments MCPs
7 MCPs ranked by popularity. Filter by attribute or search by name.
7 of 7 MCPs
| # | MCP | Tags | Setup | Complexity | Labels | |
|---|---|---|---|---|---|---|
| 1 | Stripe Manage payments, customers, and subscriptions through Stripe. | stripe, payments | 5 min | Medium | Official | |
| 2 | QuickBooks Online Run QuickBooks Online accounting from an agent — invoices, bills, payments, and financial reports. | quickbooks, accounting | 30 min | High | Official | |
| 3 | Paddle Manage subscriptions, transactions, products, prices, and financial reports on Paddle — official MCP. | paddle, billing | 5 min | Medium | Official | |
| 4 | Xero Official Xero MCP — invoices, contacts, bank transactions, and accounting from an agent. | xero, accounting | 10 min | Medium | Official | |
| 5 | Square Process payments and manage orders, catalog, inventory, and bookings on Square — official MCP. | square, payments | 5 min | Medium | Official | |
| 6 | Shopify Read products, orders, and inventory from your Shopify store. | shopify, ecommerce | 10 min | Medium | Official | |
| 7 | PayPal Create invoices, capture orders, issue refunds, and track disputes on PayPal — official MCP. | paypal, payments | 5 min | Medium | Official |
Choose the right MCP
Quick decision guide based on your use case.
| If you need… | Start with |
|---|---|
| SaaS billing, subscriptions, or one-off payments run through Stripe | Use Stripe with a restricted key; enable refunds only behind approval |
| You bill through Paddle and need subscription, catalog, and revenue-report access | Use Paddle |
| Direct-to-consumer storefront: order triage, inventory, product catalog | Use Shopify |
| Point-of-sale payments, catalog, bookings, or invoices on Square | Use Square |
| Invoicing, order capture, and dispute tracking on PayPal | Use PayPal |
| The agent reconciles payments against the ledger or chases receivables | Pair Stripe with Xero or QuickBooks Online |
Top Commerce & Payments MCPs ranked
Detailed cards with setup time, complexity, and key labels.
Run QuickBooks Online accounting from an agent — invoices, bills, payments, and financial reports.
Manage subscriptions, transactions, products, prices, and financial reports on Paddle — official MCP.
Official Xero MCP — invoices, contacts, bank transactions, and accounting from an agent.
Process payments and manage orders, catalog, inventory, and bookings on Square — official MCP.
Read products, orders, and inventory from your Shopify store.
Create invoices, capture orders, issue refunds, and track disputes on PayPal — official MCP.
Also in the ChatGPT Apps directory
18 Commerce & Payments brands are available as one-click ChatGPT Apps. These are not ranked alongside the editorial picks above — they're listings from chatgpt.com/apps surfaced here for brand-search continuity.
- BrexChatGPT App
- EthosChatGPT App
- KrakenChatGPT App
- PayPalChatGPT App
- RemitlyChatGPT App
- SubscriptionFlowChatGPT App
- Faire WholesaleChatGPT App
- MyRegistry.comChatGPT App
- TillysChatGPT App
- Yahoo! JAPAN ShoppingChatGPT App
- Zen ShoppingChatGPT App
- ZolaChatGPT App
- 아모레몰 AMORE MALLChatGPT App
- 요기요ChatGPT App
- ZillowChatGPT App
- DoorDashChatGPT App
- SeatGeekChatGPT App
- TargetChatGPT App
FAQ: Commerce & Payments MCPs
What is the best MCP server for payments?
Stripe. It is the official server, authenticates with an API key over stdio or a hosted streamable-http endpoint, and restricted keys let you grant read access to customers, subscriptions, and billing state while withholding refunds and payouts. Square is the pick when volume runs through point-of-sale, and PayPal when invoicing and dispute tracking are the job.
Is it safe to let an AI agent issue refunds?
Only behind a human approval step. Refunds are customer-visible and effectively irreversible, so keep them out of the default toolset: start with a Stripe restricted key or a PayPal grant that excludes refund operations, and enable the refund tool only inside a workflow where a person confirms the amount and the order before the call fires.
Which MCP should I use for a Shopify store?
The official Shopify server. It authenticates with an admin API token over stdio and covers order triage, inventory adjustments, and product-catalog maintenance. Budget for rate limits: Shopify throttles aggressively, and an agent that retries failed calls in a tight loop will stall mid-task instead of finishing the order queue.
Do I need an accounting MCP if Stripe is already connected?
If the agent only answers what a customer was charged, no. If it reconciles payouts against invoices, chases receivables, or drafts financial reports, add Xero or QuickBooks Online — both OAuth 2.1 over stdio. Payments servers see money movement; accounting servers see the ledger, and reconciliation needs both sides. Note the QuickBooks Online server is community-maintained, not vendor-official.
Can I test a commerce MCP without touching real money?
Yes, and you should. Stripe's test mode and PayPal's sandbox run the full read-and-refund flow against fake money, and Shopify supports development stores. Prove the workflow there, then swap in live credentials with the smallest scope that still works — read-only first, writes behind approval.

