MCP Niubiz runs on your own machine — the client starts it, so there is no endpoint to ping. 16 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Niubiz — Peru card acquirer: security token, session, authorize, reverse
Today is the operative word: we check MCP Niubiz every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-niubiz -- npx -y @codespar/mcp-niubiz
{
"mcpServers": {
"mcp-niubiz": {
"args": [
"-y",
"@codespar/mcp-niubiz"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-niubiz]
command = "npx"
args = ["-y", "@codespar/mcp-niubiz"]
{
"mcpServers": {
"mcp-niubiz": {
"args": [
"-y",
"@codespar/mcp-niubiz"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-niubiz": {
"args": [
"-y",
"@codespar/mcp-niubiz"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
NIUBIZ_USER (Niubiz API user), NIUBIZ_PASSWORD (Niubiz API password), NIUBIZ_MERCHANT_ID (Merchant id (código de comercio)), NIUBIZ_ENV (Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Izipay — Peru enterprise acquirer (Niubiz): authorize/capture/refund, cuotas
MCP server for Rede — Itaú-owned BR acquirer: authorize/capture/refund, zero-auth, card tokens
MCP server for Access Worldpay — enterprise processor: authorize, capture, refund, tokenize
MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi
MCP server for Clip (PayClip) — Mexico's leading acquirer: payment links, card charges, refunds
SmartGuard MCP Server - AI-powered smart contract security audit tools for Claude Code, Cursor,...
MCP server for Transbank — Chile dominant card acquirer (Webpay Plus / Mall / OneClick)
MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)
Answers built from our own checks of this server.