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.
Analyzes transaction data and provides recommendations to improve authorization rates. Parameters: merchantId (required), timeframe (optional, default: 'last_30_days'), transactionType (optional, default: 'all')
Performs basic math operations. Parameters: operation (required, can be 'add', 'subtract', 'multiply', 'divide'), a (required, first operand), b (required, second operand)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!