ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Nuvei with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Connect your AI agent to Nuvei to track transactions, manage payments, and securely tokenize cards through natural conversation.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Nuvei capability set.

These are the exact actions your AI can choose when you ask it to work with Nuvei.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Nuvei.

  1. 01

    Delete token

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

  2. 02

    Update token

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

  3. 03

    Void payment

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

  4. 04

    Capture payment

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

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Nuvei.

  1. 05

    Create card token

    Tokenize plain card details into a vaulted payment token

  2. 06

    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

  3. 07

    Get payment

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

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Nuvei.

  1. 08

    Get token

    View details of a previously vaulted Nuvei Card/Payment Token

  2. 09

    Get transactions

    List or enumerate historical transaction records

  3. 10

    Refund payment

    Supports partial amounts. Refund a fully captured Nuvei payment

Observed, not estimated

877ms average. Fast in production.

Nuvei is checked daily against the live service.

Daily averagePeak 1025ms
Aug 20Today
Fastest day
705ms
Slowest day
1025ms
14-day trend
Slowing+16%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Nuvei, so you can see the experience inside your AI.

It does not authenticate your account with Nuvei. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Nuvei Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_51Syt4DGAHWALff9VkisRN0rIeEAhRTwfgvkTXCY/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Nuvei capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "nuvei-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_51Syt4DGAHWALff9VkisRN0rIeEAhRTwfgvkTXCY/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Nuvei owners ask.

  • 01

    How can I securely pass card inputs if the chat format is plain text?

    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.

  • 02

    Can I query why a specific transaction was declined?

    Yes. Ask the agent to use get_payment with your transaction ID. The AI will parse the complex payload returned by Nuvei and summarize the error message (e.g., Insufficient Funds, Do Not Honor) directly in human language.

  • 03

    Is it possible to track batch settlements?

    Use the get_transactions capability. Your prompt can specify that you want to list out the last 20 payments, and the AI will structure them neatly as a tabular view in your chat interface.