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).
Run
npx -y statlyte
MCP client config
{
"mcpServers": {
"statlyte-live-llm-pricing": {
"command": "npx",
"args": [
"-y",
"statlyte"
]
}
}
}