MCP server for Niubiz — Peru card acquirer: security token, session, authorize, reverse
MCP server for Niubiz — Peru card acquirer: security token, session, authorize, reverse
This is a comprehensive MCP catalog for Latin American commerce APIs with 110+ servers. The Sift fraud detection server analyzed shows proper authentication handling with API keys stored via environment variables, no hardcoded credentials, and reasonable input validation. However, there are moderate concerns: API keys are transmitted over HTTPS but the server lacks rate-limiting and comprehensive error handling; input validation could be more strict (e.g., user_id/order_id accept any string); and the broad network scope matches the purpose but represents significant permission surface. The catalog structure is sound, but individual servers should be audited for consistency. Supply chain analysis found 2 known vulnerabilities in dependencies (1 critical, 0 high severity). Package verification found 1 issue (1 critical, 0 high severity).
4 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: NIUBIZ_USER
Environment variable: NIUBIZ_PASSWORD
Environment variable: NIUBIZ_MERCHANT_ID
Environment variable: NIUBIZ_ENV
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-codespar-mcp-niubiz": {
"env": {
"NIUBIZ_ENV": "your-niubiz-env-here",
"NIUBIZ_USER": "your-niubiz-user-here",
"NIUBIZ_PASSWORD": "your-niubiz-password-here",
"NIUBIZ_MERCHANT_ID": "your-niubiz-merchant-id-here"
},
"args": [
"-y",
"mcp-dev-latam"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.