ai-model-router-api
Cloudflare Workers MCP server: ai-model-router. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/ai-model-router
by lazymac2x
Cloudflare Workers MCP server: ai-model-router
Routes AI requests across multiple models and providers intelligently.
Captured live from the server via tools/list.
Select the optimal AI model (GPT-4, Claude, Gemini) for a task based on type, cost, and provider preferences.
Task description for auto-classification
Max budget in USD per call
Compare cost and task fit across all supported AI models for a given prompt or token count.
List all supported AI models with pricing and capabilities.
No parameters.
Cloudflare Workers MCP server: ai-model-router. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/ai-model-router
claude_desktop_config.json
{
"mcpServers": {
"ai-model-router": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.lazy-mac.com/ai-model-router/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.