Home All tags
TagsPayments
💳
Tag6 MCPs tagged here

Payments

MCPs for Stripe, PayPal, and payment processing

TL;DR

Payment MCP servers expose Stripe, PayPal, and billing APIs to agents — checkout sessions, subscriptions, refunds, customer management, and invoicing. They power agent-driven billing flows, revenue reports, and dispute handling. Stripe is the canonical example.

About Payments

Payment MCPs let agents read payment data, create checkout sessions, issue refunds, manage subscriptions, and reconcile revenue. Stripe leads the category with the most featured MCP.

Common use cases

  • Auto-generate Notion invoice docs from Stripe charges
  • Post Slack alerts for every new paid customer
  • Reconcile monthly revenue reports automatically
  • Issue refunds via natural language ('refund order #1234')
  • Track failed payments and trigger dunning emails

MCPs tagged “Payments”

stripepaypalsquareshopifynotionairtable

Related recipes

💳📝

Invoice Auto-Documentation

Every Stripe invoice is automatically documented in a Notion database with amount, customer, and payment status.

💳💬

Payment Notifications

Receive a Slack message for every successful payment, failed charge, and subscription cancellation in real time.

Related tags

⚡Automation🪝Webhooks📊Analytics🔐OAuth & Auth

Frequently asked questions

Is it safe to give an agent Stripe access?

Yes, with scoped restricted keys. Stripe supports per-resource API keys (e.g. read-only, charges-only). Never use your unrestricted secret key with an LLM.

Can agents create charges or only read?

Both, depending on key scope. For financial actions, always add a human approval step via a messaging MCP.

Does Stripe have an official MCP?

Yes — Stripe released an official MCP server covering customers, charges, subscriptions, invoices, refunds, and disputes.

What about subscription management?

Fully supported. The agent can create, update, cancel, and prorate subscriptions — useful for natural-language billing workflows.

Install Payments MCPs

Browse the full marketplace or explore all tags to find the right MCPs for your stack.

Browse MarketplaceAll tags