MCP Server
MCP
io.github.codespar/mcp-niubiz
MCP server for Niubiz — Peru card acquirer: security token, session, authorize, reverse
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-niubiz",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Niubiz API user",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NIUBIZ_USER"
},
{
"description": "Niubiz API password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NIUBIZ_PASSWORD"
},
{
"description": "Merchant id (código de comercio)",
"isRequired": true,
"format": "string",
"name": "NIUBIZ_MERCHANT_ID"
},
{
"description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.",
"format": "string",
"name": "NIUBIZ_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment