Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose

@agentutility/mcp-model-router

Routing and cost checks for mixed model stacks. · 4 tools · $0.005 – $0.08

INSTALL — CLAUDE DESKTOP
{
  "mcpServers": {
    "agentutility-model-router": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutility/mcp-model-router"
      ],
      "env": {
        "X402_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HEX"
      }
    }
  }
}

Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).

INSTALL — CURSOR
{
  "mcpServers": {
    "agentutility-model-router": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutility/mcp-model-router"
      ],
      "env": {
        "X402_PRIVATE_KEY": "0x..."
      }
    }
  }
}

Path: .cursor/mcp.json in your project root.

FUNDING

Send any amount of USDC on Base mainnet to the address derived from your X402_PRIVATE_KEY. The MCP server uses it to pay per call.

USDC on Base contract: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

TOOLS (4)
toolpricedescription
kimi-k3-agent-plan$0.08Turn a goal into an execution-ready structured agent plan using Venice's exact Kimi K3 model.
kimi-k3-chat$0.05Call Venice's Kimi K3 model through a flat-price x402 endpoint with no Venice account or API key.
llm-cost-estimate$0.005LLM cost estimate API, token cost estimate endpoint, and token cost calculator for comparing inference cost across models before you run…
model-route-recommend$0.01Model routing API that answers 'which model should I use' from plain task requirements.
SEE ALSO
cluster overview (ModelRouter) · all MCP servers · npm: @agentutility/mcp-model-router