Loading MCP server directory, please wait...
MCP server for NuPay — Nubank merchant checkout: Pix + wallet one-click for 100M+ BR users
npx @getmcp/cli add io.github.codespar/mcp-nupayRequires Node.js 18+. Community-contributed server. Review source before installing.
NUPAY_MERCHANT_KEYNuPay X-Merchant-Key issued to your merchant
NUPAY_MERCHANT_TOKENNuPay X-Merchant-Token issued to your merchant
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-nupay": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-nupay"
],
"env": {
"NUPAY_MERCHANT_KEY": "",
"NUPAY_MERCHANT_TOKEN": "",
"NUPAY_CLIENT_ID": "",
"NUPAY_CLIENT_SECRET": "",
"NUPAY_ENV": ""
}
}
}
}