Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready PayPal MCP server with 54 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across PayPal — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your PayPal MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every PayPal tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every PayPal call.
Tools Discovery →A PayPal MCP server lets AI agents read and write PayPal data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's PayPal MCP server ships with 54 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from PayPal's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new PayPal order for payment processing
Show details for an order by ID
Update an order with CREATED or APPROVED status
Send or schedule a draft invoice to the recipient
List invoices with optional filtering and pagination
Retrieve details of a specific invoice by ID
Search for invoices using filters
Fully update an existing invoice
Delete a draft invoice by ID
Create a new catalog product
List catalog products with pagination
Retrieve details of a specific catalog product
Update a catalog product
Create a new subscription billing plan
List subscription billing plans with pagination
Retrieve details of a specific subscription plan
Create a new subscription for a plan
Retrieve details of a specific subscription
Create a batch payout to send payments to multiple recipients
Retrieve details of a batch payout
List disputes with optional filtering
Retrieve details of a specific dispute
Create a new webhook to receive event notifications
List all webhooks for the app
Show webhook details
Delete a webhook by ID
Create a new draft invoice
Send a reminder to the payer about an invoice
Send a message about a dispute to the other party
Retrieve details of a captured payment
Retrieve details of a specific refund
Retrieve details of an authorized payment
List transactions for a specific subscription
Retrieve details of a specific payout item
Search for transactions within a date range
List account balances by currency
List all available webhook event types
List webhook event notifications with optional filtering
Delete an external payment from an invoice
Capture payment for an approved order
Authorize payment for an approved order
Refund a captured payment in full or partially
Capture an authorized payment
Void an authorized payment
Cancel a sent invoice
Record a payment for an invoice
Generate the next sequential invoice number
Record a refund for an invoice
Cancel an active subscription
Suspend an active subscription
Activate a suspended subscription
Cancel an unclaimed payout item
Accept a dispute claim and refund the buyer
Escalate a dispute to a PayPal claim
One endpoint. Any framework. Your agent is talking to PayPal in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}162+ actions
133+ actions
125+ actions
125+ actions
120+ actions
73+ actions
69+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.