Skip to content
Grok

easypaydirect mcp for Grok

io.github.praveendias1180/easypaydirect-mcp

Read-only MCP server for the Easy Pay Direct (EPD) / NMI-family payment gateway Query API.

client:Grok transport:stdio runtime:npm

Install easypaydirect mcp 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": {
    "easypaydirect-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "easypaydirect-mcp"
      ],
      "env": {
        "NMI_SECURITY_KEY": "<NMI_SECURITY_KEY>",
        "NMI_API_URL": "<NMI_API_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

easypaydirect mcp in other clients