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- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
This MCP server is built with EU AI Act compliance built-in:
- β Article 9 β Risk Management System
- β Article 13 β Transparency & Instructions for Use
- β Article 15 β Bias Detection & Testing
- β Article 26 β FRIA Support (where applicable)
- β Article 50 β AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic β
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo β Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo β Custom dev + SLA + Dedicated support
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:
- "Use
build_selectto β¦" - "Use
build_insertto β¦" - "Use
explain_queryto β¦"