MCP Server
MCP
io.github.krystiangw/zen
Unofficial MCP server for the ZEN.com Payment Gateway: payment links, transactions, refunds.
Install
npx -y @krystiangw/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@krystiangw/zen-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ZEN Terminal API Key (Authorization header)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ZEN_API_KEY"
},
{
"description": "ZEN paywall secret for request signing (required for write ops)",
"format": "string",
"isSecret": true,
"name": "ZEN_PAYWALL_SECRET"
},
{
"description": "ZEN IPN secret for webhook verification",
"format": "string",
"isSecret": true,
"name": "ZEN_IPN_SECRET"
},
{
"description": "sandbox (default) or production",
"format": "string",
"name": "ZEN_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment