MCP.so
Sign In

MCP Server for Adyen Payments Integration

@BjornvdLaan

About MCP Server for Adyen Payments Integration

No overview available yet

Basic information

Category

Other

Runtime

java

Transports

stdio

Publisher

BjornvdLaan

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Server for Adyen Payments Integration?

It provides a simple MCP server for AI models to interact with Adyen’s Advanced Flow API. This project is a work in progress and is not ready for actual use.

How to use MCP Server for Adyen Payments Integration?

Set the ADYEN-API-KEY environment variable, then build the project with ./gradlew clean jar and run the JAR with java -jar target/mcp-server-1.0.0.jar. The server starts on port 8080. For testing, use the MCP Inspector via npx @modelcontextprotocol/inspector.

Key features of MCP Server for Adyen Payments Integration

  • Simple MCP server for Adyen’s Advanced Flow API
  • Requires ADYEN-API-KEY environment variable for authentication
  • Built with Gradle and runs as a standalone Java JAR
  • Listens on port 8080 by default
  • Supports testing via MCP Inspector

Use cases of MCP Server for Adyen Payments Integration

  • Enabling AI models to initiate and manage Adyen payment flows
  • Testing payment integration workflows with MCP Inspector
  • Prototyping Adyen Advanced Flow API interactions

FAQ from MCP Server for Adyen Payments Integration

What is the purpose of this server?

It lets AI models interact with Adyen’s Advanced Flow API through the Model Context Protocol.

What are the prerequisites?

You need Java, Gradle, and a valid Adyen API key set as the ADYEN-API-KEY environment variable.

Is this server production-ready?

No. The README explicitly states the project is a work in progress and not ready for any actual use.

How do I authenticate to the Adyen API?

Set your Adyen API key as the environment variable ADYEN-API-KEY before starting the server.

What port does the server run on?

The server starts on port 8080 by default after running the JAR file.

Comments

More Other MCP servers