Enables interaction with PayPal's APIs, supporting operations for invoices, orders, products, subscription plans, subscriptions, shipments, disputes, and transactions. Allows creating, listing, viewing, and managing PayPal resources programmatically.
Un-Official PayPal MCP Server
A Python implementation of a Model Context Protocol (MCP) server for PayPal API integrations. This server enables Large Language Models (LLMs) to interact with PayPal's APIs through function calling.
Features
Full implementation of the Model Context Protocol for PayPal APIs
Support for all major PayPal API endpoints:
Invoices: Create, list, view, send, remind, cancel, QR codes
Orders: Create, get, capture
Products: Create, list, view, update
Subscription Plans: Create, list, view
Subscriptions: Create, view, cancel
Shipments: Create, track
Disputes: List, view, accept
Transactions: List and filter
Related MCP server: PayPal MCP Server
Installation
From PyPI
From Source
Using Docker
Usage
Command Line
Enable Specific Tools Only
With Docker
Integration with Claude Desktop
Add the following to your ~/Claude/claude_desktop_config.json:
Obtaining a PayPal Access Token
You can generate a PayPal access token using your client ID and client secret:
Development
Setup Development Environment
Running Tests
Building the Package
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
Based on PayPal's Agent Toolkit
Compatible with the Model Context Protocol specification