Nuvei

Nuvei MCP Connector for Claude

A+

Connect your AI agent to Nuvei to track transactions, manage payments, and securely tokenize cards through natural conversation.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Nuvei merchant account to your AI agent and manage your global payments platform effortlessly.

What you can do

  • Payment Processing — Programmatically invoke the create_payment endpoint to handle live orders directly from your chat or workflows.
  • Transaction Auditing — Query specific payments using get_payment or list multiple transactions with get_transactions to track settlements and statuses.
  • Card Vaulting & Tokenization — Securely invoke create_card_token without touching raw card data, pushing tokens directly to Nuvei's vault.
  • Token Retrieval — Look up vaulted payment methods using get_token to analyze returning customers or manage subscriptions.

How it works

  1. Subscribe to this server
  2. Enter your Nuvei API Credentials and Merchant details
  3. Start fetching transaction summaries and creating payments directly from Claude, Cursor, or any AI client

Who is this for?

  • Finance Teams — seamlessly fetch daily transaction batches or audit failed payments to reconcile accounting without opening the Nuvei Control Panel.
  • Customer Support — quickly locate single transactions and verify successful payments for complaining users directly in the CRM workflow.
  • E-commerce Engineers — tokenize payments and simulate order testing securely without leaving the code editor.
global-paymentstransaction-auditingtokenizationmerchant-servicesecommerce-paymentsapi-integration

10 tools expose this connector's capabilities to your AI agent.

capture_payment

If amount is omitted, captures the full authorized total. Capture a previously authorized card payment

create_payment

This initiates a real money authorization/charge network request. Returns the Nuvei transaction ID and status. Initialize a new payment intent with Nuvei

create_card_token

Tokenize plain card details into a vaulted payment token

delete_token

Stops future recurring charges or 1-click purchases immediately. Delete a vaulted payment token permanently

get_payment

Essential for checking if an async payment cleared. Retrieve the current status mapped to a Nuvei Payment ID

get_token

View details of a previously vaulted Nuvei Card/Payment Token

get_transactions

List or enumerate historical transaction records

refund_payment

Supports partial amounts. Refund a fully captured Nuvei payment

update_token

g. updating an expiry date string) without needing full card details again. Mutate specific fields inside a vaulted token

void_payment

Note: Can only void pending auths. Cancel a pending authorized payment preventing capture

See how to talk to your AI agent using Nuvei.

Fetch the status of transaction ID 987654321.

I've queried Nuvei and the transaction `987654321` was Declined. The Gateway response noted 'Insufficient Funds' on the provided Visa card.

Show me the 10 most recent transactions on my account.

Here is a table summarizing your 10 most recent Nuvei transactions. You have 9 Approved charges and 1 Refund in pending status.

Retrieve the token details for Customer UUID `usr-88` in the vault.

The vault details for `usr-88` show an active Card Token ending in 4242, expiring 12/28. Would you like me to initiate a new payment using this token?

The integration routes direct requests to Nuvei's sandbox or live vault using the `create_card_token` feature natively. Since the AI environment is localized and isolated by default, inputs made within Claude or Cursor are ephemeral and pass straight into Nuvei via the secure connection layer without persisting in logs.

Related Connectors