Firecrawl MCP Server
Official Firecrawl MCP server — web search, scraping to clean data, and autonomous deep research.
Firecrawl MCP Server
The official Firecrawl MCP Server brings Firecrawl's web scraping and search capabilities to MCP-compatible AI agents and clients like Claude and Cursor.
It lets an agent search the web and get full page content, scrape any URL into clean structured data, interact with pages (click and navigate), and run autonomous deep-research tasks. It handles JavaScript-heavy sites and includes automatic retries and rate limiting for reliable extraction.
It is aimed at developers building agents that need clean, agent-ready context pulled from the live web.
Only compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score. Dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to the OWASP control it belongs to below.
Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not.
The same gate an agent runs before installing (POST /api/v1/trust/firecrawl-mcp-server/check). Click a policy:
Consume Firecrawl MCP Server programmatically. Authenticate with an API key or session — see Authorize an agent.
# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/firecrawl-mcp-server
# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/firecrawl-mcp-server/check \
-H "Content-Type: application/json" \
-d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'
# CLI
npx ai-supply add firecrawl-mcp-server
# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/firecrawl-mcp-server/install \
-H "Authorization: Bearer $AIM_KEY"
# MCP tool
install_listing({ "slug": "firecrawl-mcp-server" })OpenAPI spec →Curated mirror — latest upstream source. See the repository for tagged releases.