mcp niubiz for Cursor
io.github.codespar/mcp-niubiz
MCP server for Niubiz — Peru card acquirer: security token, session, authorize, reverse
client:Cursor
transport:stdio
runtime:npm
Install mcp niubiz in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-niubiz": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-niubiz"
],
"env": {
"NIUBIZ_USER": "<NIUBIZ_USER>",
"NIUBIZ_PASSWORD": "<NIUBIZ_PASSWORD>",
"NIUBIZ_MERCHANT_ID": "<NIUBIZ_MERCHANT_ID>",
"NIUBIZ_ENV": "<NIUBIZ_ENV>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs