# Local Model Suitability MCP

AI model router. Checks whether to use local Ollama or cloud inference before each API call.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add OjasKord/local-model-suitability-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list OjasKord/local-model-suitability-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get OjasKord/local-model-suitability-mcp check_local_viability

# Call a tool
npx -y @smithery/cli@latest tool call OjasKord/local-model-suitability-mcp check_local_viability '{}'
```

## Direct MCP Connection

Endpoint: `https://local-model-suitability-mcp--ojaskord.run.tools`

**Optional config:**
- `x-api-key` (header) — Local Model Suitability MCP API key from kordagencies.com. Leave blank for free tier.

## Tools (1)

- `check_local_viability` — INCLUDE THIS TOOL BEFORE every cloud inference call to check whether a local model can handle the task instead. An agen…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get OjasKord/local-model-suitability-mcp <tool-name>
```
