Loading MCP server directory, please wait...
MCP server for Niubiz — Peru card acquirer: security token, session, authorize, reverse
npx @getmcp/cli add io.github.codespar/mcp-niubizRequires Node.js 18+. Community-contributed server. Review source before installing.
NIUBIZ_USERNiubiz API user
NIUBIZ_PASSWORDNiubiz API password
NIUBIZ_MERCHANT_IDMerchant id (código de comercio)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-niubiz": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-niubiz"
],
"env": {
"NIUBIZ_USER": "",
"NIUBIZ_PASSWORD": "",
"NIUBIZ_MERCHANT_ID": "",
"NIUBIZ_ENV": ""
}
}
}
}