PayPal Java
Summary
This PayPal Java MCP server implementation provides tools for analyzing and improving payment processing, including authorization rate analysis and a basic calculator. It supports both REST API and JSON-RPC over stdio interfaces, making it versatile for web clients and Smithery integration. The server is containerized with Docker support, facilitating easy deployment and scalability for various payment processing use cases.
Available Actions(2)
improveAuthorizationRate
Analyzes transaction data and provides recommendations to improve authorization rates. Parameters: merchantId (required), timeframe (optional, default: 'last_30_days'), transactionType (optional, default: 'all')
calculate
Performs basic math operations. Parameters: operation (required), a (required), b (required)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论