Connector guide1-minute read4 MCP toolsEnglish · Deutsch · Italiano

How to Connect Payone to Cursor — via MCP

Connect PAYONE payments to Claude AI using MCP. Monitor transactions and manage payments with natural language. Step-by-step setup guide.

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

PAYONE Payments

MCP connector

PAYONE Payments

Process and manage e-commerce payments via the PAYONE API. Create transactions, check payment status, capture and refund payments.

Tools

4

Region

DE

Category

Finance

Authentication

API Key

Required env vars

PAYONE_MERCHANT_IDPAYONE_API_KEYPAYONE_PORTAL_IDPAYONE_ACCOUNT_ID
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the PAYONE Payments in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

Connect PAYONE payments to Claude AI using MCP. Monitor transactions and manage payments with natural language. Step-by-step setup guide.

Connect PAYONE to Claude

PAYONE is a leading European payment service provider for e-commerce. With AnythingMCP, you can connect PAYONE to Claude AI and manage your payment operations using natural language.

What You Can Do

  • "Show me all recent transactions"
  • "What is the status of payment TX-12345?"
  • "Capture the authorized payment for order #9876"
  • "Refund 25€ from transaction TX-54321"

Setup

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
  1. Open http://localhost:3000/connectors/store and import the PAYONE Payments adapter
  2. Enter your PAYONE merchant ID, API key, portal ID, and account ID
  3. Assign the connector to an MCP server

Connect Claude

{
  "mcpServers": {
    "payone": { "url": "http://localhost:4000/mcp" }
  }
}

Available Tools

ToolDescription
payone_list_transactionsList recent payment transactions
payone_get_transactionGet details for a specific transaction
payone_capture_paymentCapture an authorized payment
payone_refund_paymentRefund a captured payment (full or partial)

Was this guide helpful?

Ready to ship

Your PAYONE agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Related guides