← Back to Plugins
MCP Server MCP

io.github.praveendias1180/easypaydirect-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "easypaydirect-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Gateway API security key (a read-only key is recommended).",
          "isRequired": true,
          "isSecret": true,
          "name": "NMI_SECURITY_KEY"
        },
        {
          "description": "Gateway API base URL; defaults to https://secure.nmi.com. Set to your EPD / white-label host.",
          "name": "NMI_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...