{
  "name": "fermi",
  "description": "Calibrated probability estimates from natural-language questions.",
  "version": "0.1.0",
  "transport": {
    "http": {
      "url": "https://fermi.krobar.ai/mcp/tools",
      "call_url": "https://fermi.krobar.ai/mcp/tools/estimate",
      "note": "HTTP adapter mirroring the MCP tool contract. For MCP-native clients, prefer the sse transport below."
    },
    "sse": {
      "url": "https://fermi.krobar.ai/mcp/sse/",
      "messages_url": "https://fermi.krobar.ai/mcp/sse/messages/",
      "status": "live",
      "note": "Real MCP SSE-transport server. Connect with the mcp Python SDK or any MCP client. Pass api_key as an argument to the estimate tool (not as an HTTP header)."
    }
  },
  "auth": {
    "type": "api_key",
    "header": "X-API-Key",
    "signup_url": "https://fermi.krobar.ai/api/v1/accounts",
    "note": "POST /api/v1/accounts with no body to create an account and receive an API key (3 starter credits)."
  },
  "tools": [
    {
      "name": "estimate",
      "description": "Return a calibrated probability distribution for a natural-language question."
    },
    {
      "name": "feedback",
      "description": "Submit feedback, a feature request, or a bug report to the Fermi team."
    }
  ],
  "docs": {
    "quickstart": "https://fermi.krobar.ai/llms.txt",
    "full": "https://fermi.krobar.ai/agents.md",
    "openapi": "https://fermi.krobar.ai/openapi.json",
    "swagger": "https://fermi.krobar.ai/docs"
  }
}
