MCP Server
MCP
io.github.praveendias1180/easypaydirect-mcp
Read-only MCP server for the Easy Pay Direct (EPD) / NMI-family payment gateway Query API.
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
By
Comments
Sign in to leave a comment