Odel
statlyte — live LLM pricing

statlyte — live LLM pricing

Local
@richardwilkinson9JavaScriptMITUpdated 3w ago

Live LLM pricing, context windows and model ids, read from each vendor's own page every 3 hours.

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).

npmstatlytev0.1.1

Run

npx -y statlyte

MCP client config

{
  "mcpServers": {
    "statlyte-live-llm-pricing": {
      "command": "npx",
      "args": [
        "-y",
        "statlyte"
      ]
    }
  }
}