Local Model Suitability MCP
AI & Memory
Remote
Official
★ 2,502
1 tools
AI model router. Checks whether to use local Ollama or cloud inference before each API call.
https://local-model-suitability-mcp--ojaskord.run.tools
How to connect
-
Smithery (hosted)
1. Open https://smithery.ai/servers/OjasKord/local-model-suitability-mcp 2. Click Connect and complete OAuth in your MCP client (Claude, Cursor, VS Code, etc.) 3. MCP endpoint: https://local-model-suitability-mcp--ojaskord.run.tools
Tools (1)
-
check_local_viabilityChecks whether a task can be handled by a local model instead of a cloud API. Call this BEFORE your agent routes any task to a cloud model — at the moment a task is ready to be sent and the model has not yet been selected. Use this when your agent is about to make a cloud inference call and wants to determine whether a local model could handle it at lower cost. Returns LOCAL/CLOUD/EITHER verdict with recommended model. If verdict is LOCAL, skip the cloud call entirely — saves cost on every routa