llm-oracle for Cline
io.github.weiseer/llm-oracle
Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.
client:Cline
transport:stdio
runtime:npm
Install llm-oracle in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"llm-oracle": {
"command": "npx",
"args": [
"-y",
"@weiseer/llm-oracle-mcp"
],
"env": {
"LLM_ORACLE_URL": "<LLM_ORACLE_URL>",
"LLM_ORACLE_LOCAL_ONLY": "<LLM_ORACLE_LOCAL_ONLY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs