Best Payments MCP servers
Payments MCP servers connect an agent to billing and commerce platforms so it can create customers, generate payment links and invoices, manage orders and subscriptions, and read balances. This is the category where access control matters most, because the actions move real money and are often irreversible. Both major providers ship official remote servers, which is the right default: prefer first-party servers with OAuth or restricted, narrowly-scoped API keys over anything community-built. Keep a human in the loop for sensitive operations, enable only the tools an agent genuinely needs, and test against a sandbox endpoint with fake money before pointing the agent at production. Because payments servers are a prime target for prompt injection, isolate them from untrusted content and avoid combining them carelessly with web-fetching tools.
4 servers
Stripe
Stripe
Stripe's official MCP server lets agents create customers, payment links, invoices, and read balances.
Polar
Polar
Polar's official remote server lets agents manage products, subscriptions, orders, customers, and revenue metrics on the merchant-of-record platform.
Square
Square
Square's official MCP server gives agents access to the full Square API: payments, catalog, orders, customers, bookings, inventory, and more.
PayPal
PayPal
PayPal's official remote MCP server brings invoicing, orders, and payments into agentic commerce.