mcp-nupay
About
MCP server for NuPay — Nubank merchant checkout: Pix + wallet one-click for 100M+ BR users
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
NUPAY_MERCHANT_KEY NUPAY_MERCHANT_TOKEN NUPAY_CLIENT_ID NUPAY_CLIENT_SECRET NUPAY_ENVClaude Code
claude mcp add --env NUPAY_MERCHANT_KEY= --env NUPAY_MERCHANT_TOKEN= --env NUPAY_CLIENT_ID= --env NUPAY_CLIENT_SECRET= --env NUPAY_ENV= mcp-nupay -- npx @codespar/mcp-nupay
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-nupay","command":"npx","args":["@codespar/mcp-nupay"],"env":{"NUPAY_MERCHANT_KEY":"","NUPAY_MERCHANT_TOKEN":"","NUPAY_CLIENT_ID":"","NUPAY_CLIENT_SECRET":"","NUPAY_ENV":""}}'
JSON
{
"mcpServers": {
"mcp-nupay": {
"command": "npx",
"args": [
"@codespar/mcp-nupay"
],
"env": {
"NUPAY_MERCHANT_KEY": "",
"NUPAY_MERCHANT_TOKEN": "",
"NUPAY_CLIENT_ID": "",
"NUPAY_CLIENT_SECRET": "",
"NUPAY_ENV": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.