Home › Finance › easypaydirect-mcp

easypaydirect-mcp

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

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-09-18 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.3)

npx -y easypaydirect-mcp@0.1.3

Or add to your MCP client config:

{
  "mcpServers": {
    "easypaydirect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "easypaydirect-mcp@0.1.3"
      ],
      "env": {
        "NMI_SECURITY_KEY": "<YOUR_VALUE>",
        "NMI_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • NMI_SECURITY_KEY required secret — Gateway API security key (a read-only key is recommended).
  • NMI_API_URL — Gateway API base URL; defaults to https://secure.nmi.com. Set to your EPD / white-label host.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry