A routing layer that consolidates 62 MEOK MCP servers behind a single connection point. You get operations like list_routes, route_call, and register_local_mcp to orchestrate which backend MCP handles each request. It includes load balancing, health checks, and fallback handling so you're not managing dozens of individual MCP connections in your Claude Desktop config. Reaches out to https://api.meok.ai/v1/a2a/agent-mcp-router for remote calls and supports both stdio and streamable-http transports. Useful when you want access to the full MEOK fleet without cluttering your client configuration with dozens of separate server entries. Part of the broader MEOK AI Labs ecosystem focused on EU AI Act compliance tooling.
mcp-name: io.github.CSOAI-ORG/agent-mcp-router-mcp
Agent MCP Router MCP - one router for the whole MEOK fleet
Agent MCP Router MCP - one router for the whole MEOK fleet. 62 MCPs behind one connection. MIT. By MEOK AI Labs.
# Install via pip
pip install agent_mcp_router_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install agent-mcp-router-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
MIT. By [MEOK AI Labs](https://meok.ai) (CSOAI LTD, UK Companies House 16939677).| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
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": {
"agent-mcp-router-mcp": {
"command": "uvx",
"args": ["agent-mcp-router-mcp"]
}
}
}
Or: pip install agent-mcp-router-mcp then run the agent-mcp-router-mcp command (stdio transport).
Once configured, ask your assistant, for example:
list_routes to …"route_call to …"register_local_mcp to …"io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent