paypal/agent-toolkit
The PayPal [Model Context Protocol](https://modelcontextprotocol.com/) server allows you to integrate with PayPal APIs through function calling. This protocol supports various tools to interact with different PayPal services.
PayPal Model Context Protocol Server
PayPal的MCP服务器允许通过函数调用集成PayPal API,支持多种工具与不同PayPal服务(如发票、支付、争议管理、 shipment tracking等)交互。
使用方式
通过npx命令启动:
npx -y @paypal/mcp --tools=all PAYPAL_ACCESS_TOKEN="YOUR_ACCESS_TOKEN" PAYPAL_ENVIRONMENT="SANDBOX"
需替换YOUR_ACCESS_TOKEN为实际PayPal访问令牌(可通过PayPal开发者平台生成),并设置环境变量PAYPAL_ENVIRONMENT为SANDBOX(测试)或PRODUCTION(生产)。
配置示例
在MCP宿主(如Claude Desktop)中配置:
{
"mcpServers": {
"paypal": {
"command": "npx",
"args": ["-y", "@paypal/mcp", "--tools=all"],
"env": {
"PAYPAL_ACCESS_TOKEN": "YOUR_PAYPAL_ACCESS_TOKEN",
"PAYPAL_ENVIRONMENT": "SANDBOX"
}
}
}
}
Recommend MCP Servers 💡
mercadopago-mcp-server
Mercado Pago's MCP Server offers tools to interact with their API using natural language, simplifying tasks and product integration for developers.
plaid-dashboard-mcp-server
Plaid's MCP server for AI tools to monitor Plaid integration health, analyze Link analytics, and track usage via SSE.
octagon-vc-agents
An MCP server that runs AI-driven venture capitalist agents, continuously enriched by Octagon Private Markets' real-time deals, valuations, and deep research intelligence, enabling programmable "VC brains" for pitch feedback, diligence simulations, and term sheet negotiations.
metatrader-mcp-server
Model Context Protocol (MCP) to enable AI LLMs to trade using MetaTrader platform
tip-md-demo
🏆 Hackathon: Transform any AI agent into a payment-enabled agent using x402 + CDP. MCP server for instant crypto tipping with automatic disbursement.
financial-datasets
An MCP server providing access to stock market and cryptocurrency data from Financial Datasets, including income statements, balance sheets, cash flow, prices, and news.