MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"adyen-payments-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This project provides a simple MCP server for models to interact with Adyen's Advanced Flow API. It also includes a tool for fetching iced coffees if you just want to test MCP but do not have an Adyen API key.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Let AI agents create, discover, and track tokens across chains via Printr.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
Model Context Protocol Extension of Coinbase Agentkit
MaverickMCP - Personal Stock Analysis MCP Server
MCP Security Weekly
Get CVE alerts and security updates for Adyen Payments Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This project provides a simple MCP server for models to interact with Adyen's Advanced Flow API. It also includes a tool for fetching iced coffees if you just want to test MCP but do not have an Adyen API key.
NOTE: this project is a work in progress. It is not ready for any actual use.
Clone the repository
Update Configuration:
ADYEN_API_KEY.
On Linux/macOS:
export ADYEN_API_KEY="your_secret_api_key"
On Windows (Command Prompt):
set ADYEN_API_KEY=your_secret_api_key
By default, the server connects to the TEST environment. You can change this via the environment variable ADYEN_ENVIRONMENT.
Build the Project:
Navigate to the root directory of the mcp-server project in your terminal and run the following Maven command:
./gradlew clean jar
This will create a JAR file (likely in the target directory).
Run the MCP Server: After the build is successful, run the JAR file using Java:
java -jar build/libs/adyen-payments-mcp-server-1.0-SNAPSHOT.jar
(The exact JAR file name might vary slightly depending on the Gradle version).
You should see the output: Adyen Mcp Server started....
Once the MCP server is running, AI models can use the tools. If you just want to test this tool out then the MCP Inspector is a great option:
npx @modelcontextprotocol/inspector java -jar build/libs/adyen-payments-mcp-server-1.0-SNAPSHOT.jar
If you want to use the get_payment_methods tool then make sure to add the ADYEN_API_KEY env variable (see the left sidebar below).
