What is the llm-oracle MCP server?
Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.
How to install llm-oracle
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
LLM_ORACLE_URLOverride the remote catalog URL (default https://oracle.weiseer.com/catalog.json)
LLM_ORACLE_LOCAL_ONLYSet to any value to skip remote fetch and use bundled catalog only
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"llm-oracle": {
"command": "npx",
"args": [
"-y",
"@weiseer/llm-oracle-mcp"
],
"env": {
"LLM_ORACLE_URL": "<YOUR_LLM_ORACLE_URL>",
"LLM_ORACLE_LOCAL_ONLY": "<YOUR_LLM_ORACLE_LOCAL_ONLY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"llm-oracle": {
"command": "npx",
"args": [
"-y",
"@weiseer/llm-oracle-mcp"
],
"env": {
"LLM_ORACLE_URL": "<YOUR_LLM_ORACLE_URL>",
"LLM_ORACLE_LOCAL_ONLY": "<YOUR_LLM_ORACLE_LOCAL_ONLY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"llm-oracle": {
"command": "npx",
"args": [
"-y",
"@weiseer/llm-oracle-mcp"
],
"env": {
"LLM_ORACLE_URL": "<YOUR_LLM_ORACLE_URL>",
"LLM_ORACLE_LOCAL_ONLY": "<YOUR_LLM_ORACLE_LOCAL_ONLY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"llm-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@weiseer/llm-oracle-mcp"
],
"env": {
"LLM_ORACLE_URL": "<YOUR_LLM_ORACLE_URL>",
"LLM_ORACLE_LOCAL_ONLY": "<YOUR_LLM_ORACLE_LOCAL_ONLY>"
}
}
}
}Claude Code
claude mcp add llm-oracle --env LLM_ORACLE_URL=<YOUR_LLM_ORACLE_URL> --env LLM_ORACLE_LOCAL_ONLY=<YOUR_LLM_ORACLE_LOCAL_ONLY> -- npx -y @weiseer/llm-oracle-mcpRelated MCP servers
SDK breaking-change tracker for AI agents — Anthropic/OpenAI/LangChain/MCP/Mistral.
View repository →Live coding-bounty deal-flow from verified-escrow GitHub bounties for AI agents.
View repository →Recent CVE + GHSA cache for AI agents auditing dependencies (npm/PyPI/Cargo/Maven/Go).
View repository →