MCP Server
MCP
io.github.codespar/mcp-izipay
MCP server for Izipay — Peru enterprise acquirer (Niubiz): authorize/capture/refund, cuotas
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-izipay",
"version": "0.2.0-alpha.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Izipay merchant username issued with your acquirer contract",
"isRequired": true,
"format": "string",
"name": "IZIPAY_USERNAME"
},
{
"description": "Izipay merchant password used to obtain JWT",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "IZIPAY_PASSWORD"
},
{
"description": "Izipay merchant code (codigoComercio)",
"isRequired": true,
"format": "string",
"name": "IZIPAY_MERCHANT_CODE"
},
{
"description": "Environment: sandbox or production. Defaults to production.",
"format": "string",
"name": "IZIPAY_ENV"
},
{
"description": "Izipay API base URL. Defaults per IZIPAY_ENV. Override if your contract issues a custom host.",
"format": "string",
"name": "IZIPAY_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment