Odel
mcp cost tracker router

mcp cost tracker router

Local
@dbsectrainerTypeScriptMITUpdated 4mo ago

Real-time cost awareness for MCP agent workflows

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-cost-tracker-routerv1.0.0

Run

npx -y mcp-cost-tracker-router

MCP client config

{
  "mcpServers": {
    "mcp-cost-tracker-router": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-cost-tracker-router"
      ]
    }
  }
}