Skip to content
Cursor

MuPag Sandbox Payments for Cursor

br.com.mupag/mcp-server

Sandbox-only MuPag MCP server for approved payments, subscriptions, refunds, and reconciliation.

client:Cursor transport:stdio runtime:npm

Install MuPag Sandbox Payments 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": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mupag/mcp-server"
      ],
      "env": {
        "MUPAG_API_KEY": "<MUPAG_API_KEY>",
        "MUPAG_ENV": "<MUPAG_ENV>"
      }
    }
  }
}

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

MuPag Sandbox Payments in other clients