MCP Server Policy
PAYPAL MCP POLICY
Enforce policies on every tool call to the PayPal MCP Server. 30 tools listed, categorised, and ready for rules.
GET STARTED
Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches PayPal.
# Download policy scaffold
curl -o paypal.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/paypal.yaml
# Run with Intercept
intercept --policy paypal.yaml -- npx -y @paypal/paypal-mcp-server Server documentation: https://github.com/paypal/paypal-mcp-server
READ TOOLS
7WRITE TOOLS
5FINANCIAL TOOLS
17OTHER TOOLS
1POLICY YAML
This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.
version: "1"
description: "Policy for paypal/paypal-mcp-server"
default: "allow"
tools:
get_dispute:
rules: []
get_order:
rules: []
get_shipment_tracking:
rules: []
list_disputes:
rules: []
list_products:
rules: []
list_transactions:
rules: []
show_product_details:
rules: []
create_order:
rules: []
create_product:
rules: []
create_shipment_tracking:
rules: []
update_plan:
rules: []
update_product:
rules: []
cancel_sent_invoice:
rules: []
cancel_subscription:
rules: []
create_invoice:
rules: []
create_refund:
rules: []
create_subscription:
rules: []
create_subscription_plan:
rules: []
generate_invoice_qr_code:
rules: []
get_invoice:
rules: []
get_refund:
rules: []
list_invoices:
rules: []
list_subscription_plans:
rules: []
pay_order:
rules: []
send_invoice:
rules: []
send_invoice_reminder:
rules: []
show_subscription_details:
rules: []
show_subscription_plan_details:
rules: []
update_subscription:
rules: []
accept_dispute_claim:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the PayPal MCP server expose?
The PayPal MCP Server exposes 30 tools across 4 categories: Read, Write, Financial, Other. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on PayPal?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the PayPal MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the PayPal policy free to use?
Yes. All Intercept policies are open source under the Apache 2.0 licence. Download, modify, and deploy without restrictions.
ENFORCE POLICIES ON PAYPAL
Open source. One binary. Zero dependencies.