Skip to content
Grok

mcp wompi for Grok

io.github.codespar/mcp-wompi

Wompi — Colombian payment gateway (by Bancolombia)

client:Grok transport:stdio runtime:npm

Install mcp wompi 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-wompi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-wompi"
      ],
      "env": {
        "WOMPI_PUBLIC_KEY": "<WOMPI_PUBLIC_KEY>",
        "WOMPI_PRIVATE_KEY": "<WOMPI_PRIVATE_KEY>",
        "WOMPI_EVENTS_SECRET": "<WOMPI_EVENTS_SECRET>"
      }
    }
  }
}

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 wompi in other clients