Back to Browse

Sql Builder Ai MCP Server

Developer ToolsUse Caution2.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Sql Builder Ai MCP Server by MEOK AI Labs

About

Sql Builder Ai MCP Server by MEOK AI Labs

Security Report

2.2
Use Caution2.2Critical Risk

This MCP server implements SQL query building with authentication and rate-limiting mechanisms, but contains several security and code quality concerns. The server makes unauthenticated network calls to external verification endpoints without proper error handling, stores API keys in environment variables that could be logged or exfiltrated, and uses broad exception handling that masks errors. While the tools themselves are read-only and stateless (mitigating some risk), the authentication middleware's fail-open design combined with external dependency on proofof.ai creates operational risks. The code lacks input validation on SQL parameters, making it vulnerable to injection attacks despite claims of safety. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

7 files analyzed · 19 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-csoai-org-sql-builder-ai-mcp": {
      "args": [
        "-y",
        "sql-builder-ai-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!