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 💡
@mektigboy/server-hyperliquid
An MCP server implementation that integrates the Hyperliquid SDK to provide market data and trading functionalities.
Monzo
An MCP server that provides access to Monzo banking data through a Claude tool, enabling balance checks, pot management, and transaction listing.
ramp-mcp
A Model Context Protocol server for Ramp, integrating with their Developer API to fetch, process, and analyze financial data using an ephemeral SQLite database.
acambitsis/mcp-investec-sapb-simple
MCP server for interacting with Investec SA Private Banking API
jeevanism/odoo-accounting-mcp
An experimental MCP server for integrating Odoo Accounting with AI tools like Claude Desktop
Marketaux MCP Server
A MCP Server Implementation that integrates the Marketaux api providing search based on entity, countries, industries, symbols etc.