Connect PayPal to Copilot Studio
Search, read and write PayPal from Copilot Studio. Arlet links the two through one MCP connection and takes care of keys and authentication.
Arlet makes PayPal's official MCP server available from the AI client you already use. Signing in with your PayPal business account completes the connection.
The AI can create and send invoices, handle orders and refunds, summarize transactions, review disputes and manage subscriptions. The available tools are those provided by PayPal's official server and operate on the live environment, so keep tool-call confirmation enabled in your AI client for anything that moves money.
How to connect PayPal to Copilot Studio
- 1
In the Arlet dashboard, open Integrations → Add an integration and choose PayPal. Sign in with Link PayPal, name the connection and click Create.
- 2
Sign in to Copilot Studio with your work account, create a new agent (or open an existing one), and in the Build tab choose Tools → + → Add → Model Context Protocol (MCP) in the right panel.
- 3
In the Add MCP server form, enter "Arlet" as the Server name, https://mcp.arlet.dev/mcp/ as the Server URL, choose OAuth 2.0 for Authentication and "Dynamic (detected)" for Configuration type, then click Add. No Client ID / Secret is needed.
- 4
On the Select a connection screen, choose Create new connection → Create, then sign in with Google on the Arlet authorization screen and click Allow. Click Add to attach the tool to the agent, then Publish to use it from Microsoft 365 Copilot.
Requires a Microsoft work account and a Copilot Studio license (or trial). MCP is available only for agents using generative orchestration and not in Copilot Studio in Teams.
What you can do
PayPal tools that Copilot Studio can call.
create_invoiceCreate an invoice.
send_invoiceSend an invoice.
send_invoice_reminderSend a reminder for an unpaid invoice.
list_invoicesList invoices.
get_invoiceGet one invoice in detail.
cancel_sent_invoiceCancel a sent invoice.
create_orderCreate an order.
get_orderGet an order's details.
create_refundIssue a full or partial refund.
get_refundGet a refund's details.
list_transactionList transactions in a date range.
get_merchant_insightsGet sales and order analytics.
list_disputesList disputes.
get_disputeGet one dispute in detail.
create_subscription_planCreate a subscription plan.
list_subscription_plansList subscription plans.
show_subscription_detailsGet a subscription's details.
cancel_subscriptionCancel a subscription.
create_shipment_trackingAdd shipment tracking to an order.
create_productCreate a product.
The tool list follows what PayPal's official MCP server provides and may change.
Example uses
Send an invoice
Give a customer and an amount to create and send the invoice, then send reminders once it is overdue.
Review sales
Tally this month's transactions into a report on sales, refunds and disputes.
Handle a refund
Look up a transaction by order ID and refund the amount you specify.
Stay on top of disputes
List open disputes with their deadlines and what each one needs.
Prompts you can use as-is
- Create and send a $500 invoice to Sample Inc.
- Summarize this month's transactions: sales, refunds and disputes with counts and amounts
- Refund $30 of order 5O190127TN364715T
- List open disputes by deadline and tell me what to do for each
