Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
PayPal's official MCP server (hosted at mcp.paypal.com with OAuth, or local via the agent toolkit) brings the operational side of a PayPal business account into conversation: invoicing, payment and refund management, dispute tracking, subscription plans, shipment tracking and transaction reporting.
Invoicing is the flagship flow, and a genuinely good fit for natural language: "invoice Acme Corp $2,400 for March consulting, net-30" carries all the structure an invoice needs, so dictating it beats form-filling. Follow-ups ("send a reminder for every invoice more than two weeks overdue") turn receivables-chasing — the chore every freelancer defers — into a sentence.
The reporting and dispute tools serve the Monday-morning questions: what came in last week, what's pending, which disputes need evidence by when. For small businesses running on PayPal, having these answers conversationally rather than dashboard-deep changes how often they actually get asked.
The trust posture mirrors Stripe's: OAuth on the hosted server, scoped credentials locally, client-side confirmations for anything that moves money or messages customers. Sandbox mode is the right place to learn its behaviour. It's a narrower server than Stripe's (no docs-search half) but for its audience — businesses whose money already flows through PayPal — the invoice-remind-report loop alone justifies the ten-minute setup.
PAYPAL_ACCESS_TOKEN.Invoices created and sent from a sentence; reminders batched the same way.
Who owes what, and which reminders went out — asked, not assembled.
Evidence deadlines and dispute states surfaced before they bite.
| Tool | What it does |
|---|---|
| create_invoice / send_invoice | Create and deliver invoices |
| send_invoice_reminder | Chase overdue invoices |
| list_transactions | Transaction history and reports |
| create_refund / get_refund | Refund workflows |
| list_disputes / get_dispute | Dispute queues and detail |
| create_subscription_plan | Subscription products and plans |
| get_shipment_tracking | Order shipment status |
claude mcp add --transport http paypal https://mcp.paypal.com/mcpA PayPal business account. Remote: OAuth. Local: developer credentials — sandbox first.
| Variable | Description | Required |
|---|---|---|
| PAYPAL_ACCESS_TOKEN | Access token for local mode (remote uses OAuth) | Optional |
| PAYPAL_ENVIRONMENT | SANDBOX or PRODUCTIONe.g. SANDBOX | Optional |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Turn software procurement research into a conversation — search, compare, and evaluate Marketplace listings.
Airwallex docs, API references and a live sandbox, wired straight into your coding agent.
A full federal and state 1040 calculation pipeline exposed as MCP tools.