ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Mercado Pago with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Process payments, generate Pix QR codes, manage customers and refunds via Mercado Pago 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 · 12 capabilities

The complete Mercado Pago capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 12 available through Mercado Pago.

  1. 01

    Create preference

    Create a checkout preference for redirection

  2. 02

    Get customer

    Get customer details

  3. 03

    Get preference

    Get details of a checkout preference

  4. 04

    Refund payment

    If amount is omitted, performs a full refund. Refund a payment partially or fully

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 12 available through Mercado Pago.

  1. 05

    Create card

    Save a card for a customer

  2. 06

    Create customer

    Register a new customer

  3. 07

    Create payment

    Requires a valid card token (generated via SDK frontend). Payment methods: visa, master, amex, etc. Create a new payment using card or other methods

  4. 08

    Create pix payment

    Returns QR Code data for the user to scan and pay instantly. Create a Pix payment with QR Code

Capability set03 / 03

09-12

4 capabilities in this set.

Part of 12 available through Mercado Pago.

  1. 09

    Get identification types

    Get valid identification types (CPF, CNPJ, etc)

  2. 10

    Get payment

    Get details of a specific payment by ID

  3. 11

    List payment methods

    List all available payment methods for Brazil

  4. 12

    Search payments

    Useful for reconciliation and reporting. Search for payments with filters

Observed, not estimated

915ms average. Fast in production.

Mercado Pago is checked daily against the live service.

Daily averagePeak 1073ms
Aug 20Today
Fastest day
727ms
Slowest day
1073ms
14-day trend
Slowing+22%

Connect your client

One URL. Every client.

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

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

Mercado Pago Connector

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

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

  • 01

    How do I get a Mercado Pago Access Token?

    Go to your Mercado Pago account, navigate to Developers > Your Integrations > Production Credentials (or Sandbox), and copy your Access Token. It starts with 'APP_USR-' for production.

  • 02

    Can I generate Pix payments?

    Yes! Use the create_pix_payment action. It generates a Pix transaction and returns QR Code data that can be displayed for the payer to scan and pay instantly.

  • 03

    Can I issue refunds?

    Yes! Use the refund_payment action with a payment_id. If you omit the amount, it performs a full refund. If you provide an amount, it performs a partial refund.