Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Adyen in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Drive Adyen (global payment processor) checkout + payments + balance platform from any AI agent. 10 tools, API-key auth, separate live and test environments.
试试这样问
Adyen 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 无需安装? 直接使用 cloud.anythingmcp.com。 登录、点击 Connectors → Adyen、粘贴凭证、生成 MCP API key — 完成。无 Docker、无
git clone、无本地服务器。
Adyen
Drive Adyen (global payment processor) checkout + payments + balance platform from any AI agent. 10 tools, API-key auth, separate live and test environments.
设置
adyen.com).
Setup:
- Sign in to https://ca-test.adyen.com (test) or https://ca-live.adyen.com (live) → Developers → API credentials → New credential → API user.
- Generate the API key. Note your merchant account name (visible in top dropdown, e.g.
AcmeCo). - Set:
ADYEN_API_KEY= the API keyADYEN_MERCHANT_ACCOUNT= the merchant account nameADYEN_ENV=testorlive- For LIVE only: also set
ADYEN_LIVE_URL_PREFIX= the URL prefix Adyen issued you (something likeabc123def-AcmeCo). Find in CA → Developers → API URLs.
Authentication: header X-API-Key: ${ADYEN_API_KEY}.
…(continued in the in-app connector instructions)
前提条件: ADYEN_API_KEY, ADYEN_MERCHANT_ACCOUNT
本地安装连接器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
打开 http://localhost:3000/connectors/store,选择 Adyen 并填入前提条件中列出的环境变量。
可用工具
| Tool | What it does |
|---|---|
adyen_payment_methods | List available payment methods for a given currency / country / amount |
adyen_create_payment | Create a payment |
adyen_payments_details | Finalize a payment with the action result (3DS challenge result, redirect result, etc |
adyen_payments_capture | Capture an authorised payment (manual-capture flow) |
adyen_payments_refund | Refund a captured payment |
adyen_payments_cancel | Cancel an authorisation that hasn't been captured yet |
adyen_payments_reversal | Reverse an authorisation (handles capture + refund as one atomic op if needed) |
adyen_sessions_create | Create a payment session (used by Drop-in v5+) |
adyen_session_get_result | Get the result of a session (after the shopper has completed payment in Drop-in) |
adyen_origin_keys | Get origin keys for web-Drop-in (deprecated since 2023 in favor of clientKey — included for legacy integrations) |
下一步
这份指南对你有帮助吗?