ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Zip with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage BNPL checkouts, orders, and payments via the Zip (Quadpay) REST API.

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 · 8 capabilities

The complete Zip capability set.

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

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 8 available through Zip.

  1. 01

    Capture zip payment

    Capture funds for an authorized order

  2. 02

    Confirm zip order

    Finalize an authorized order

  3. 03

    Get zip order status

    G., Authorized, Captured, Cancelled) for a target order. Check the status of a Zip order

  4. 04

    Refund zip payment

    Process a refund for an order

Capability set02 / 02

05-08

4 capabilities in this set.

Part of 8 available through Zip.

  1. 05

    Void zip payment

    Void an authorized but uncaptured payment

  2. 06

    Authorize zip order

    Typically used in US gateway integrations. Authorize a payment order

  3. 07

    Create zip checkout

    Requires amount, currency, and redirect URLs. Initialize a new Zip checkout session

  4. 08

    Get zip merchant config

    Retrieve merchant account configuration

Observed, not estimated

874ms average. Fast in production.

Zip is checked daily against the live service.

Daily averagePeak 1038ms
Aug 20Today
Fastest day
695ms
Slowest day
1038ms
14-day trend
Slowing+17%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 8 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 Zip, so you can see the experience inside your AI.

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

Zip Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_nRcX2PVAUJUQmeLulcpTfmoXjx9bIznNo0wpqxAt/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 — Zip capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "zip-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_nRcX2PVAUJUQmeLulcpTfmoXjx9bIznNo0wpqxAt/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 Zip owners ask.

  • 01

    What is the difference between Authorize and Confirm in Zip?

    Authorize initiates the transaction and checks for customer funds. Confirm (used in some regions) finalizes the checkout intent before capture.

  • 02

    Can I process partial captures via the agent?

    Yes, the capture_zip_payment capability accepts an optional JSON body where you can specify a partial amount to capture if only part of the order is shipping.

  • 03

    How do I handle different regions like US and AU?

    Specify your account region ('US' or 'AU') in the configuration settings. The MCP server automatically routes requests to the correct Zip gateway URL.