The documentation is heavy on branding but light on technical details. Based on the name, this appears to be an MCP server that helps construct SQL queries, likely exposing tools to generate SELECT, INSERT, UPDATE, and DELETE statements from natural language or structured parameters. You'd reach for it when you want Claude to build database queries without writing raw SQL yourself, though the actual schema connection method and supported dialects aren't documented here. The EU AI Act compliance badges suggest it's positioned for regulated enterprise use, but without API specifics or examples, it's hard to say what query building capabilities you actually get or whether it connects directly to databases or just returns SQL strings.
MEOK AI Labs MCP Server
MEOK AI Labs MCP Server
# Install via pip
pip install sql_builder_ai_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install sql-builder-ai-mcp --client claude
This MCP server is built with EU AI Act compliance built-in:
Need help getting compliant? Book a free 15-min diagnostic →
Need custom development, SLA guarantees, or white-label deployment?
View Pricing → | Contact Sales →
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"sql-builder-ai-mcp": {
"command": "uvx",
"args": ["sql-builder-ai-mcp"]
}
}
}
Or: pip install sql-builder-ai-mcp then run the sql-builder-ai-mcp command (stdio transport).
Once configured, ask your assistant, for example:
build_select to …"build_insert to …"explain_query to …"hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured