Skip to content
Grok

mcp epayco for Grok

io.github.codespar/mcp-epayco

MCP server for ePayco — Colombian gateway: cards, PSE, Daviplata and cash networks

client:Grok transport:stdio runtime:npm

Install mcp epayco 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-epayco": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-epayco"
      ],
      "env": {
        "EPAYCO_PUBLIC_KEY": "<EPAYCO_PUBLIC_KEY>",
        "EPAYCO_PRIVATE_KEY": "<EPAYCO_PRIVATE_KEY>",
        "EPAYCO_TEST": "<EPAYCO_TEST>"
      }
    }
  }
}

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