Use the Search-only MCP surface (/v2/mcp-search)
mainThe Firecrawl MCP server provides a specialized, read-only search surface at the /v2/mcp-search endpoint. This surface is designed for restricted access and only exposes a specific subset of tools. It is distinct from the full MCP surface available at /v2/mcp.
Key Characteristics:
- Read-only: Only specific search and research tools are available.
- No Page Content Fetching: The
firecrawl_searchtool in this surface does not supportscrapeOptions. It is strictly limited to search parameters to prevent fetching third-party page content. - Strict Schema: Input schemas are strict; unknown fields are rejected.
- Authentication Required: Unlike the full surface, the keyless free-tier fallback does not apply to the search surface. Every request (including
tools/list) requires valid credentials.