adyen-mcp
Verified Safeby Adyen
Overview
Integrates with Adyen APIs for payment processing, terminal management, account management, and legal entity onboarding, accessible via LLM function calling.
Installation
npx -y @adyen/mcp --adyenApiKey=YOUR_ADYEN_API_KEY --env=TESTEnvironment Variables
- ADYEN_API_KEY
- ADYEN_ENV
- ADYEN_LIVE_PREFIX
Security Notes
The server uses Zod for input argument validation, which is a strong measure against injection vulnerabilities. API keys are expected to be provided via command-line arguments or securely injected environment variables (as shown in Codespaces examples), preventing hardcoding. The `StdioServerTransport` limits its network attack surface to local process communication. Error handling by stringifying exceptions might expose some internal error details, but this is a low information leakage risk, not a critical execution vulnerability.
Similar Servers
AI-Gateway
The project serves as a collection of labs demonstrating AI Gateway capabilities with Azure API Management, focusing on Model Context Protocol (MCP) to enable plug-and-play tool integration for Large Language Models (LLMs).
gofannon
Rapidly prototype AI agents and web UIs, build conversational flows, preview interactions, and deploy agent-driven experiences.
paddle-mcp-server
Provides LLMs and AI agents with tools for interacting with the Paddle Billing API to manage payments, subscriptions, and other billing-related entities.
mcp-server
Provides PortOne documentation and API access to Large Language Models (LLMs) to assist users with payment integration and queries.