← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-nupay

github By github 👁 1 views ▲ 0 votes

MCP server for NuPay — Nubank merchant checkout: Pix + wallet one-click for 100M+ BR users

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-nupay",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "NuPay X-Merchant-Key issued to your merchant",
          "isRequired": true,
          "format": "string",
          "name": "NUPAY_MERCHANT_KEY"
        },
        {
          "description": "NuPay X-Merchant-Token issued to your merchant",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NUPAY_MERCHANT_TOKEN"
        },
        {
          "description": "OAuth2/CIBA client_id for pre-authorized (recurrence) flows. Optional unless using backchannel_start / backchannel_complete.",
          "format": "string",
          "name": "NUPAY_CLIENT_ID"
        },
        {
          "description": "OAuth2/CIBA client_secret for pre-authorized flows. Optional unless using backchannel_* tools.",
          "format": "string",
          "isSecret": true,
          "name": "NUPAY_CLIENT_SECRET"
        },
        {
          "description": "sandbox | production. Defaults to sandbox. Drives both checkout API and auth base URLs.",
          "format": "string",
          "name": "NUPAY_ENV"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...