MCP.so
登录

MCP Server for Adyen Payments Integration

@BjornvdLaan

关于 MCP Server for Adyen Payments Integration

暂无概览

基本信息

分类

其他

运行时

java

传输方式

stdio

发布者

BjornvdLaan

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器