Loading MCP server directory, please wait...
Sandbox-only MuPag MCP server for approved payments, subscriptions, refunds, and reconciliation.
npx @getmcp/cli add br.com.mupag/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
MUPAG_API_KEYMuPag sandbox secret key beginning with sk_test_.
MUPAG_ENVFixed sandbox environment for this release.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"br.com.mupag/mcp-server": {
"command": "npx",
"args": [
"-y",
"@mupag/mcp-server"
],
"env": {
"MUPAG_API_KEY": "",
"MUPAG_ENV": "test"
}
}
}
}