MCP server for Dock — Brazilian Banking-as-a-Service: accounts, Pix, card issuing for fintechs
MCP server for Dock — Brazilian Banking-as-a-Service: accounts, Pix, card issuing for fintechs
This is a monorepo containing 109 MCP servers for Latin American commerce APIs. The audit scope is limited to the root-level metadata (README, package.json) and one representative server (Sift fraud detection). The codebase shows proper authentication patterns, no hardcoded secrets in analyzed files, and appropriate scoping of API key usage. Low-severity code quality findings (broad error handling, potential logging of sensitive fields in responses) and the intrinsic risk of operating many third-party payment/banking integrations prevent a higher score, but no critical vulnerabilities were found. 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 · 9 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: DOCK_CLIENT_ID
Environment variable: DOCK_CLIENT_SECRET
Environment variable: DOCK_ENV
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-codespar-mcp-dock": {
"env": {
"DOCK_ENV": "your-dock-env-here",
"DOCK_CLIENT_ID": "your-dock-client-id-here",
"DOCK_CLIENT_SECRET": "your-dock-client-secret-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 Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.