Skip to content
Cursor

mcp wompi for Cursor

io.github.codespar/mcp-wompi

Wompi — Colombian payment gateway (by Bancolombia)

client:Cursor transport:stdio runtime:npm

Install mcp wompi in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp wompi in other clients