Skip to content

Latest commit

Β 

History

History
106 lines (72 loc) Β· 2.99 KB

File metadata and controls

106 lines (72 loc) Β· 2.99 KB

MCP Scorecard: 84/100

Sql Builder Ai MCP

MEOK AI Labs EU AI Act License PyPI

MEOK AI Labs MCP Server

MEOK AI Labs MCP Server


πŸš€ Quick Start

# 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

✨ Features

  • MCP protocol compliant
  • Easy installation
  • Well-documented API
  • Production-ready
  • Active maintenance

πŸ“– Documentation

πŸ›‘οΈ Compliance

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 β†’

🏒 Enterprise

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 β†’

🀝 Part of the MEOK Ecosystem

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

πŸ“œ License

MIT Β© CSOAI-ORG


Built with πŸ’œ by MEOK AI Labs Β· UK Companies House 16939677

Configuration

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).

Examples

Once configured, ask your assistant, for example:

  • "Use build_select to …"
  • "Use build_insert to …"
  • "Use explain_query to …"