Skip to content
Grok

mcp getnet for Grok

io.github.codespar/mcp-getnet

MCP server for Getnet — Santander-owned BR acquirer: credit, debit, Pix, boleto, marketplace split

client:Grok transport:stdio runtime:npm

Install mcp getnet in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-getnet": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-getnet"
      ],
      "env": {
        "GETNET_CLIENT_ID": "<GETNET_CLIENT_ID>",
        "GETNET_CLIENT_SECRET": "<GETNET_CLIENT_SECRET>",
        "GETNET_SELLER_ID": "<GETNET_SELLER_ID>",
        "GETNET_BASE_URL": "<GETNET_BASE_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp getnet in other clients