{
  "schema_version": "2025-03-26",
  "name": "Compute Finance Oracle",
  "description": "AI compute pricing oracle. Tracks the Standard Compute Unit (SCU) across 9 providers and 18 AI models, each weighted equally.",
  "url": "https://oracle.compute.finance",
  "provider": {
    "name": "Compute Finance",
    "url": "https://compute.finance"
  },
  "capabilities": {
    "tools": true,
    "resources": false
  },
  "transport": "stdio",
  "install": {
    "command": "npx",
    "args": [
      "@compute-finance/mcp"
    ],
    "setup": "npx @compute-finance/mcp setup",
    "note": "No hosted MCP endpoint — this is a stdio server installed locally via npm. Run the setup command for Claude Code skills and cost hook integration."
  },
  "related": {
    "api": "https://api.compute.finance/v1/openapi.yaml",
    "docs": "https://docs.compute.finance",
    "mcp_package": "https://github.com/compute-finance/mcp",
    "mcp_npm": "https://www.npmjs.com/package/@compute-finance/mcp",
    "mcp_registry": "https://registry.modelcontextprotocol.io/v0/servers?search=io.github.compute-finance/mcp"
  }
}
