The source here is surprisingly light on what this actually does. Based on the name and MEOK AI Labs branding, this appears to be a gateway or routing layer for AI service calls, likely exposing tools to manage API requests, rate limiting, or multi-model orchestration. The heavy emphasis on EU AI Act compliance suggests it may include audit logging, bias detection hooks, or transparency reporting built into the gateway layer. Without concrete API details in the docs, it's hard to say what operations you get. If you're building AI systems that need regulatory compliance tracking or centralized request management across multiple providers, this might be worth exploring, but check the actual API reference first.
Public tool metadata for what this MCP can expose to an agent.
accounts_listList all accounts in your Cloudflare accountList all accounts in your Cloudflare account
No parameter schema in public metadata yet.
set_active_accountSet active account to be used for tool calls that require accountId1 paramsSet active account to be used for tool calls that require accountId
activeAccountIdParamstringlist_gatewaysList Gateways2 paramsList Gateways
pageintegerper_pageintegerlist_logsList Logs12 paramsList Logs
pageintegermodelstringcachedbooleansuccessbooleanend_datestringfeedbacknumber-1 · 0 · 1order_bystringcreated_at · provider · model · model_type · success · cacheddefault: created_atper_pageintegerproviderstringgateway_idstringstart_datestringorder_by_directionstringasc · descdefault: descget_log_detailsGet a single Log details2 paramsGet a single Log details
log_idstringgateway_idstringget_log_request_bodyGet Log Request Body2 paramsGet Log Request Body
log_idstringgateway_idstringget_log_response_bodyGet Log Response Body2 paramsGet Log Response Body
log_idstringgateway_idstringAi Gateway MCP — automation tooling for ai gateway
Ai Gateway MCP — automation tooling for ai gateway. MIT.
# Install via pip
pip install ai_gateway_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install ai-gateway-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
## Pairs with MEOK Governance SuiteBuild something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
This MCP is part of MEOK's 47-MCP fleet that bridges every active agent-interop protocol and 30+ regulatory frameworks. See the full coverage matrix at meok.ai/protocols.
Agent interop protocols supported (8 live):
Pricing options:
| Option | Price | Best for |
|---|---|---|
| Self-host (this MCP) | £0 — MIT | Devs |
| This MCP Starter | £29/mo | One-MCP teams |
| This MCP Pro | £79/mo | Production + 24h SLA |
| Universal PAYG | £29/mo + £0.0002/call | Spiky usage across many MCPs |
| Substrate bundle (this category) | £99-£499/mo | A whole pack |
| MEOK Universe | £1,499/mo | All 47 MCPs, 500K calls |
Each tier above the free self-host adds HMAC-signed attestations verifiable at
verify.meok.ai. Linux Foundation governance on the A2A spine means EU regulated
buyers can deploy without vendor-lock-in objections.
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"ai-gateway-mcp": {
"command": "uvx",
"args": ["ai-gateway-mcp"]
}
}
}
Or: pip install ai-gateway-mcp then run the ai-gateway-mcp command (stdio transport).
Once configured, ask your assistant, for example:
route_request to …"list_models to …"cost_estimator to …"