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 💡
minhyeoky/mcp-ledger
A Model Context Protocol server for interacting with Ledger CLI, a powerful double-entry accounting system. This server enables Large Language Models to query and analyze financial data through a standardized interface, making it easy for AI assistants to help with financial reporting, budget analysis, and accounting tasks.
Rootdata-MCP
An MCP server providing access to RootData's crypto asset data platform API for AI applications
@kukapay/crypto-feargreed-mcp
Providing real-time and historical Crypto Fear & Greed Index data
payup
A personal MCP server designed to replace Splitwise for managing trip expenses.
financial-markets-analyser
A FastMCP server providing financial data endpoints for stocks and cryptocurrencies with free data sources and fallback mechanisms
okx-mcp-playground
An MCP server providing Claude access to OKX blockchain and market data via OKX API