{
  "entry": {
    "kind": "mcp",
    "slug": "exa-mcp-server",
    "name": "Exa MCP Server",
    "vendor": "Exa Labs",
    "description": "Exa's official server exposes its neural web search to agents, returning results selected for semantic relevance along with page contents, so an assistant can research a topic without a browser.\n\nOutbound network access is its only declared capability, which puts it at the low end of the risk range. The same caveat as every retrieval server applies: search results are attacker-influenceable, and an agent that acts on what it reads is acting on text strangers wrote. Search is also the quietest data-egress path in a toolchain — queries themselves can carry sensitive context out of your environment, so consider what an assistant is likely to type into a search box when it is debugging your private code.",
    "website": "https://exa.ai",
    "repository": "https://github.com/exa-labs/exa-mcp-server",
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "network:outbound"
    ],
    "packaging": null,
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}