{
  "entry": {
    "kind": "mcp",
    "slug": "firecrawl-mcp",
    "name": "Firecrawl MCP",
    "vendor": "Mendable AI",
    "description": "Firecrawl gives an agent web scraping, crawling, and search as structured tools — turning arbitrary pages into clean markdown suitable for a context window, including sites that need JavaScript rendering.\n\nDeclared capability is outbound network access. The security framing worth stating plainly: this server's entire job is to bring untrusted third-party text into a model's context, which makes it the most direct prompt-injection channel most agents have. Pages can and do contain instructions aimed at whatever agent reads them. Anything downstream of a scrape — especially an agent that also holds write capabilities — should treat scraped content as data, never as direction.",
    "website": "https://www.firecrawl.dev",
    "repository": "https://github.com/mendableai/firecrawl-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": []
  }
}