Paypal
@paypal
About Paypal
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"paypal": {
"command": "npx",
"args": [
"-y",
"@paypal/mcp",
"--tools=all"
],
"env": {
"PAYPAL_ACCESS_TOKEN": "<YOUR_PAYPAL_ACCESS_TOKEN>",
"PAYPAL_ENVIRONMENT": "SANDBOX"
}
}
}
}Tools
4Create a new invoice
List invoices
Create an Order
Get Order details
Overview
What is Paypal?
The PayPal Agent Toolkit enables popular agent frameworks (OpenAI Agent SDK, LangChain, Vercel AI SDK, and Model Context Protocol) to integrate with PayPal APIs through function calling. It is built on top of PayPal APIs and SDKs and supports TypeScript. It is for developers building AI-powered payment workflows.
How to use Paypal?
Install the package with npm install @paypal/agent-toolkit. For MCP, run npx -y @paypal/mcp --tools=all with environment variables PAYPAL_ACCESS_TOKEN and PAYPAL_ENVIRONMENT (set to SANDBOX or PRODUCTION). Configure with credentials from the PayPal Developer Dashboard. Integrate with MCP hosts (Claude Desktop, Cursor, Cline, GitHub Copilot) by adding the server configuration to the host's config file.
Key features of Paypal
- Integrates PayPal APIs with multiple agent frameworks (OpenAI, LangChain, Vercel AI, MCP).
- TypeScript support with an npm package.
- Tools for creating and listing invoices (
invoices.create,invoices.list). - Tools for order management (
createOrder,getOrder). - Works with MCP hosts like Claude Desktop, Cursor, Cline.
- Sandbox and production environment support.
Use cases of Paypal
- Automating invoice creation and listing via AI agents.
- Enabling natural language commands for payment operations.
- Integrating payment workflows into custom AI assistants.
- Testing payment flows in the sandbox environment before production.
FAQ from Paypal
Which agent frameworks does Paypal support?
OpenAI Agent SDK, LangChain, Vercel AI SDK, and Model Context Protocol (MCP).
What are the runtime dependencies?
Node.js 18+ and a PayPal Developer account with client ID and secret for generating an access token.
How do I authenticate with the Paypal server?
Generate an access token from the PayPal Developer Dashboard using your client ID and secret, then set the PAYPAL_ACCESS_TOKEN and PAYPAL_ENVIRONMENT environment variables.
What tools are available in the MCP server?
The MCP server provides invoices.create and invoices.list. The AI SDK provides createOrder and getOrder.
How is the MCP server transported?
The MCP server uses stdio transport (standard input/output) for communication with MCP hosts.
Frequently asked questions
Which agent frameworks does Paypal support?
OpenAI Agent SDK, LangChain, Vercel AI SDK, and Model Context Protocol (MCP).
What are the runtime dependencies?
Node.js 18+ and a PayPal Developer account with client ID and secret for generating an access token.
How do I authenticate with the Paypal server?
Generate an access token from the PayPal Developer Dashboard using your client ID and secret, then set the `PAYPAL_ACCESS_TOKEN` and `PAYPAL_ENVIRONMENT` environment variables.
What tools are available in the MCP server?
The MCP server provides `invoices.create` and `invoices.list`. The AI SDK provides `createOrder` and `getOrder`.
How is the MCP server transported?
The MCP server uses stdio transport (standard input/output) for communication with MCP hosts.
Basic information
More AI & Agents MCP servers
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
GetIntel
tarang8811Public docs + tool manifest for the GetIntel MCP connector (app.getintel.ai)
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers

Nero AI Image Processing
nero-comWe provide AI-powered tools for image enhancement, upscaling, background removal, photo restoration, colorization, denoising, and compression. All features are available through our API documentation.
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Comments