{"generated_at":"2026-08-17T10:36:11+00:00","item":{"added_at":"2025-11-12","analysis_method":"capability_triage","category":"Web Connector","description":"The PayPal MCP server enables AI agents to interact with the PayPal platform. PayPal is a global online payments system that supports online money transfers ...","did":"com-paypal-mcp-mcp","homepage_url":"","icon":"https://paypal.com/favicon.ico","id":"com.paypal.mcp/mcp","installs":0,"last_scanned":"","license":"","long_description":"The PayPal MCP server enables AI agents to interact with the PayPal platform. PayPal is a global online payments system that supports online money transfers and serves as an electronic alternative to traditional paper methods like checks and money orders. This MCP server allows AI assistants to programmatically access and manage PayPal account information, transaction details, payment processing, and potentially other financial services offered by PayPal.","name":"PayPal","plutonium_url":"https://plutonium.pluto.security/detail.html?planet=claudesec&did=com-paypal-mcp-mcp&utm_source=plutonium_analysis_skill&utm_medium=claude_skill&utm_campaign=connector_risk_assessment","publisher":"PayPal","publisher_url":"https://paypal.com","repository_url":"","risk":"high","risk_severity":"high","security_risks":[{"description":"This connector can read data the connected service holds about you - documents, messages, contact lists, source code, customer records, or saved profile details - and pass it back to the AI.","evidence":"Connector has 28 tools; permissions on claude.ai/directory: \"Read and write\". Data flows out of the connected service into the model.","remediation":{"block_tool_categories":[],"steps":["Connect using an account that only has access to the information you actually want Claude to read - not your main admin login.","When you grant access, pick the smallest set of folders, mailboxes, or channels possible.","Check the connector's activity log every so often to make sure nothing unexpected is being read."]},"risk_type":"reads_private_data","severity":"medium","title":"Reads your private information"},{"description":"This connector can edit, rename, overwrite, or otherwise modify records in the connected service. If a request gets manipulated, your data could be altered without you noticing.","evidence":"9 state change tools on this connector - e.g. create_product, create_invoice, generate_invoice_qr_code, create_order and 5 more.","remediation":{"block_tool_categories":["state_change"],"steps":["Try the connector on a test account first to see what it changes before letting it touch your real records.","Where the connected service supports it, give Claude read-only access and only allow writes for the specific things you need updated.","In the tools list below, turn off any tool you don't actively need - the ones tagged Block are the most important to disable."]},"risk_type":"modifies_data","severity":"medium","title":"Can change or update your information"},{"description":"This connector can complete purchases, bookings, or payments. A misused or hijacked prompt could result in real financial charges before you confirm.","evidence":"4 financial tools on this connector - e.g. get_invoice, get_order, get_refund, pay_order.","remediation":{"block_tool_categories":["financial"],"steps":["In the tools list below, turn off any tool tagged Block by default; only enable them when you actually want Claude to make a purchase.","Set a spending limit on the linked credit card, billing account, or virtual card so a mistake can't cost you much.","Always confirm in the chat before Claude completes a payment or books anything."]},"risk_type":"spends_money","severity":"high","title":"Can spend money on your behalf"},{"description":"This connector can post messages, emails, or chat replies on your behalf. Recipients will believe the message came from you, which makes phishing or social-engineering risks higher.","evidence":"2 sends externally tools on this connector - e.g. send_invoice, send_invoice_reminder.","remediation":{"block_tool_categories":["sends_externally"],"steps":["In the tools list below, turn off any tool tagged Block if you don't need Claude to send messages or emails on your behalf.","If you do enable sending, restrict it to a private channel or distribution list - never customer-facing or company-wide.","Read the message before it goes out: don't let Claude send anything without you confirming first."]},"risk_type":"sends_messages_as_you","severity":"medium","title":"Can send messages as you"},{"description":"This connector can erase records, files, or accounts. Once deleted the data may be unrecoverable - even an accidental request can cause permanent loss.","evidence":"2 destructive tools on this connector - e.g. cancel_sent_invoice, cancel_subscription.","remediation":{"block_tool_categories":["destructive"],"steps":["In the tools list below, turn off any tool tagged Block - most workflows don't need Claude to delete anything.","If you really do need deletion, use a login that doesn't have delete permission and have a person handle removals manually.","Make sure the connected service has a trash / recycle bin enabled so accidental deletes can be recovered."]},"risk_type":"deletes_data","severity":"high","title":"Can permanently delete data"},{"description":"Anything you share with this connector flows through one or more third-party services. Those companies see, store, and may use the data according to their own policies.","evidence":"Server runs at mcp.paypal.com; queries and responses pass through the publisher's infrastructure.","remediation":{"block_tool_categories":[],"steps":["Treat anything you tell this connector as if you sent it directly to the third-party company - because you did.","Check how long that company keeps your data and how to delete it.","Avoid putting health info, customer names, or payment details into this connector unless you have a written agreement with that company."]},"risk_type":"forwards_data_to_third_party","severity":"low","title":"Sends your data to outside companies"}],"signature_status":"unknown","source_code_reviewed":false,"tags":["network_access","reads_private_data","financial_ops","email_messaging","database_access"],"tools":[{"description":"Creates a new product in the PayPal catalog.","name":"create_product","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"Lists products from the PayPal catalog with pagination options.","name":"list_product"},{"description":"Shows details of a specific product from the PayPal catalog.","name":"show_product_details"},{"description":"Retrieves a summary of all disputes with optional filtering.","name":"list_disputes"},{"description":"Retrieves detailed information about a specific dispute.","name":"get_dispute"},{"description":"Accepts a dispute claim, resolving it in favor of the buyer.","name":"accept_dispute_claim"},{"description":"Creates a new invoice in the PayPal system.","name":"create_invoice","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"Lists invoices with pagination and filtering options.","name":"list_invoices"},{"description":"Retrieves details about a specific invoice.","name":"get_invoice","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"Sends an existing invoice to the specified recipient.","name":"send_invoice","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"Sends a reminder for an existing invoice.","name":"send_invoice_reminder","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"Cancels a sent invoice.","name":"cancel_sent_invoice","risk":{"category":"destructive","level":"high","recommendation":"Block by default. Only enable for read-only or sandbox accounts; require explicit human confirmation for any destructive action.","why":"Irreversibly removes data or resources. A prompt-injection or mistaken instruction could destroy production data with no recovery path."}},{"description":"Generates a QR code for an invoice.","name":"generate_invoice_qr_code","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"Creates an order in the PayPal system based on provided details.","name":"create_order","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"Processes a refund for a captured payment.","name":"create_refund","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"Gets details of a specific payment order.","name":"get_order","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"Gets the details for a specific refund.","name":"get_refund","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"Captures payment for an authorized order.","name":"pay_order","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"Lists all transactions with pagination and filtering options.","name":"list_transaction"},{"description":"Creates shipment tracking information for a PayPal transaction.","name":"create_shipment_tracking","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"Gets shipment tracking information for a specific shipment.","name":"get_shipment_tracking"},{"description":"Cancels an active subscription.","name":"cancel_subscription","risk":{"category":"destructive","level":"high","recommendation":"Block by default. Only enable for read-only or sandbox accounts; require explicit human confirmation for any destructive action.","why":"Irreversibly removes data or resources. A prompt-injection or mistaken instruction could destroy production data with no recovery path."}},{"description":"Creates a new subscription.","name":"create_subscription","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"Creates a new subscription plan.","name":"create_subscription_plan","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"Lists subscription plans.","name":"list_subscription_plans"},{"description":"Shows details of a specific subscription.","name":"show_subscription_details"},{"description":"Shows details of a specific subscription plan.","name":"show_subscription_plan_details"},{"description":"Updates an existing subscription.","name":"update_subscription","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}}],"tools_count":28,"type":"web_connector","url":"https://claude.ai/directory/001103b7-bcde-4b9c-b5d4-f209c2fed1f3","uuid":"b0380549-265a-5a5b-a0cf-117b793ec9a3","version":""},"query_key":"paypal paypal","schema_version":1,"status":"match"}
