← Back to Plugins
MCP Server MCP

llm-oracle

github By github 👁 1 views ▲ 0 votes

Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.

Homepage Verified source GitHub

Install

npx -y @weiseer/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@weiseer/llm-oracle-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Override the remote catalog URL (default https://oracle.weiseer.com/catalog.json)",
          "name": "LLM_ORACLE_URL"
        },
        {
          "description": "Set to any value to skip remote fetch and use bundled catalog only",
          "name": "LLM_ORACLE_LOCAL_ONLY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...