io.github.weiseer/llm-oracle · v0.2.0
Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.
llm-oracle 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"llm-oracle": {
"command": "npx",
"args": [
"-y",
"@weiseer/llm-oracle-mcp"
]
}
}
}LLM_ORACLE_URL可选Override the remote catalog URL (default https://oracle.weiseer.com/catalog.json)
LLM_ORACLE_LOCAL_ONLY可选Set to any value to skip remote fetch and use bundled catalog only
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.weiseer/llm-oracle",
"type": "mcp-server",
"version": "0.2.0",
"displayName": "llm-oracle",
"description": "Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.",
"repository": {
"url": "https://github.com/weiseer/llm-oracle",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@weiseer/llm-oracle-mcp",
"version": "0.2.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "LLM_ORACLE_URL",
"description": "Override the remote catalog URL (default https://oracle.weiseer.com/catalog.json)"
},
{
"name": "LLM_ORACLE_LOCAL_ONLY",
"description": "Set to any value to skip remote fetch and use bundled catalog only"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.weiseer/llm-oracle",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.weiseer%2Fllm-oracle/versions/latest",
"isOfficial": true,
"status": "active"
}
}