How to Use the Adyen MCP in Cursor
Build payment flows faster by injecting live Adyen data straight into Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Adyen MCP to Cursor
Create your Vinkius account to connect Adyen to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Write integrations with live Cursor context
Mock data creates blind spots when building checkout flows. Giving your editor access to `get_payment_details` lets the agent write code based on actual authorization metadata. You see the exact JSON structure the gateway returns before you write the parsing logic. This changes how you debug failed captures. Instead of guessing why a transaction dropped, you ask the editor to pull the real 16-digit PSP reference. The MCP Server writes the error-handling block to match the specific decline code.
Sync merchant configurations automatically
Hardcoding region-specific IDs leads to deployment disasters. Running `list_merchants` inside your editor pulls the active US and EU accounts from your company profile. The AI then maps those live IDs directly into your environment variables. Validating those environments happens instantly. Calling `get_merchant_details` lets the agent check the technical status of a specific account and write the necessary initialization code. Hunting for the right API keys becomes a thing of the past.
Test the Adyen MCP Server refund endpoints
Writing money-movement logic demands precision. When you need to build a partial credit feature, the agent can use `refund_payment` to execute a test transaction against the sandbox. Watching the exact response shape hit your terminal proves the code works. The editor understands the required parameters because it just ran the tool. Generating the exact payload structure your application needs happens automatically. Handling the original PSP reference safely is what makes this MCP integration so valuable.
Set up Adyen MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Adyen MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Adyen transactions." If the MCP tools are loaded correctly, Cursor will call the Adyen tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"adyen-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Adyen. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Adyen MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Adyen MCP today
We host it, we monitor it, we maintain it. You just paste one token.