Skip to content
Cursor

cobroya for Cursor

io.github.dan1d/cobroya

Mercado Pago payments for AI agents: payment links, search, refunds, merchant info.

client:Cursor transport:stdio runtime:npm

Install cobroya in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cobroya": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cobroya"
      ],
      "env": {
        "MERCADO_PAGO_ACCESS_TOKEN": "<MERCADO_PAGO_ACCESS_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cobroya in other clients