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.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → PAYONE Payments, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
PAYONE Payments
Process and manage e-commerce payments via the PAYONE API. Create transactions, check payment status, capture and refund payments.
Setup
Prerequisiti: PAYONE_MERCHANT_ID, PAYONE_API_KEY, PAYONE_PORTAL_ID, PAYONE_ACCOUNT_ID
Installazione locale del connettore
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Apri http://localhost:3000/connectors/store, scegli PAYONE Payments e inserisci le variabili elencate nei Prerequisiti.
Tool disponibili
| Tool | What it does |
|---|---|
payone_list_transactions | List recent payment transactions |
payone_get_transaction | Get detailed information about a specific payment transaction by its ID |
payone_capture_payment | Capture (settle) a previously authorized payment transaction |
payone_refund_payment | Refund a captured payment transaction fully or partially |