
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.