Loading MCP server directory, please wait...
MCP server for Getnet — Santander-owned BR acquirer: credit, debit, Pix, boleto, marketplace split
npx @getmcp/cli add io.github.codespar/mcp-getnetRequires Node.js 18+. Community-contributed server. Review source before installing.
GETNET_CLIENT_IDGetnet OAuth client_id
GETNET_CLIENT_SECRETGetnet OAuth client_secret
GETNET_SELLER_IDGetnet seller_id issued with your merchant contract
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-getnet": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-getnet"
],
"env": {
"GETNET_CLIENT_ID": "",
"GETNET_CLIENT_SECRET": "",
"GETNET_SELLER_ID": "",
"GETNET_BASE_URL": ""
}
}
}
}