A

Adyen

Query Adyen payments and payouts.

·No reviews yet
Repo
Share:

About

Auto-generated

Adyen is a Model Context Protocol server in the Commerce & Payments category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Adyen.

What is the Adyen Model Context Protocol (MCP)?
The Adyen MCP enables querying payments and payouts from Adyen. It integrates Adyen's financial services within your MCP client environment for streamlined operations.
How do I configure the Adyen MCP in my client?
The Adyen MCP uses 'stdio' as its transport. You can configure it by specifying the Adyen MCP executable in your client's settings, and providing the required API key.
Does the Adyen MCP require authentication?
Yes, the Adyen MCP uses API key authentication. You will need to obtain an API key from Adyen and configure it within your MCP client to access its functionality.
What are the primary capabilities of the Adyen MCP?
This MCP allows you to query existing Adyen payments and payout information. It is designed for operational visibility into your Adyen transactions and financial flows.
Is there a cost associated with using the Adyen MCP?
The Adyen MCP itself is open-source and provided by the community; therefore, there is no direct licensing cost. However, Adyen's services, which this MCP queries, typically incur fees based on your usage and agreement with Adyen.
What is a prerequisite for using the Adyen MCP?
A prerequisite for using the Adyen MCP is an active Adyen account and a valid API key. You will also need to ensure the Adyen MCP executable is correctly installed and configured for your MCP client.

Install Adyen

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "adyen": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-adyen"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "adyen": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-adyen"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "adyen": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-adyen"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.