Catalog
Easypaydirect MCP
Officialby praveendias1180 · TypeScript
Read-only MCP server for the Easy Pay Direct (EPD) / NMI-family payment gateway Query API.
Read-only MCP server for the Easy Pay Direct (EPD) / NMI-family payment gateway Query API.
Topics
aiclaudeepdmcpmodel-context-protocolnmipayment-gatewaypaymentstypescripteasypaydirect
README not available yet.
Install
Configuration
Environment variables
NMI_SECURITY_KEYrequiredsecretGateway API security key (a read-only key is recommended).
NMI_API_URLGateway API base URL; defaults to https://secure.nmi.com. Set to your EPD / white-label host.
claude_desktop_config.json
{
"mcpServers": {
"easypaydirect-mcp": {
"command": "npx",
"args": [
"-y",
"easypaydirect-mcp@0.1.1"
],
"env": {
"NMI_SECURITY_KEY": "<YOUR_NMI_SECURITY_KEY>",
"NMI_API_URL": "<YOUR_NMI_API_URL>"
}
}
}
}