Skip to main content
Glama

firecrawl-mcp

Server Details

Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
firecrawl_parseA
Read-only
Inspect

Parse one supported document into markdown, HTML, links, summary, targeted answers, or JSON matching a schema. Supported inputs include common HTML, PDF, Word, RTF, OpenDocument, and spreadsheet files; PDF parsing can be bounded with pdfOptions.maxPages.

Local MCP reads filePath from the server filesystem. Hosted MCP uses two calls: first provide filePath to receive upload instructions, upload locally, then call again with the returned uploadRef; do not send both fields together. Remote web URLs belong in firecrawl_scrape.

Set redactPII to request redaction of personally identifiable information in the returned content. zeroDataRetention requires an eligible authenticated account; omit it for anonymous keyless use. Returns upload instructions for hosted phase one or parsed document content for the final call.

ParametersJSON Schema
NameRequiredDescriptionDefault
proxyNo
maxAgeNo
formatsNo
parsersNo
filePathNo
redactPIINo
uploadRefNo
pdfOptionsNo
contentTypeNo
excludeTagsNo
includeTagsNo
jsonOptionsNo
queryOptionsNo
storeInCacheNo
onlyMainContentNo
declaredSizeBytesNo
zeroDataRetentionNo
removeBase64ImagesNo
skipTlsVerificationNo

TDQS

A4.8/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false; description builds on this by disclosing the local vs hosted two-phase upload flow, pdfOptions.maxPages bounding, redactPII behavior, and the zeroDataRetention account requirement. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main purpose, then compactly covers the most important usage variations and options in four sentences. No repetition of schema or annotation data.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex 19-parameter tool with no output schema, the description covers core behavior, return value, local/hosted workflows, and exclusions. It does not mention several secondary options (e.g., includeTags/excludeTags, onlyMainContent, proxy, maxAge), but those are not central to selecting the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description compensates for 0% schema coverage by explaining the local/hosted filePath/uploadRef relationship, pdfOptions.maxPages, redactPII, zeroDataRetention eligibility, and the output types (markdown/html/links/summary/query/json). It leaves some self-explanatory options (proxy, maxAge, tags) unprompted, but the semantically opaque parameters are mostly clarified.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb-object statement: 'Parse one supported document into markdown, HTML, links, summary, targeted answers, or JSON matching a schema.' It also distinguishes itself from sibling tools by explicitly stating 'Remote web URLs belong in firecrawl_scrape.'

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says when to use the tool (supported local documents) and what not to use it for ('Remote web URLs belong in firecrawl_scrape'). It further gives usage flow for local vs hosted MCP, including the two-call upload instruction and the rule 'do not send both fields together.'

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

firecrawl_scrapeA
Read-only
Inspect

Retrieve and extract content from one supplied URL through Firecrawl. Use this when the request identifies a page and needs its content or defined fields. It can return markdown, HTML, links, screenshots, branding data, a targeted answer, or JSON matching a supplied schema; JSON is useful when the requested result has defined fields, while markdown preserves readable page content.

This tool operates on a known page. For a set of pages use firecrawl_crawl, and to discover page URLs use firecrawl_map or firecrawl_search. Options include JavaScript render delay, cache age, main-content filtering, PII redaction, and lockdown cache-only retrieval. Browser actions may change the live page when interactive actions are enabled.

Firecrawl may reuse recently indexed content instead of refetching the page, and the reuse window varies by domain. Set maxAge: 0 to force a live fetch, or a smaller maxAge to bound how stale reused content may be. A successful response does not by itself confirm that the state it describes is still current.

Returns the selected content formats and page metadata.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
proxyNo
maxAgeNo
mobileNo
formatsNo
parsersNo
profileNo
waitForNo
locationNo
lockdownNo
redactPIINo
pdfOptionsNo
excludeTagsNo
includeTagsNo
jsonOptionsNo
queryOptionsNo
storeInCacheNo
onlyMainContentNo
screenshotOptionsNo
zeroDataRetentionNo
removeBase64ImagesNo
skipTlsVerificationNo

TDQS

A3.7/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true, but the description states 'Browser actions may change the live page when interactive actions are enabled,' implying a write/modification capability. This directly contradicts the read-only annotation. Additionally, the description does not reconcile this contradiction, leaving the agent uncertain about side effects. Per the rubric, a score of 1 is required due to the annotation contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately long but well-structured into four logical paragraphs: purpose, alternatives, options, and caching caveats. It front-loads the primary purpose in the first sentence. Some redundancy exists (e.g., repeated mention of 'known page'), but for a tool with 22 parameters, the length is justified and every paragraph serves a distinct informational goal.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (22 params, no output schema, sparse annotations), the description covers a lot: usage context, format selection guidance, alternative tools, caching behavior with maxAge, and a caveat about staleness. It also states what is returned ('selected content formats and page metadata'). It is not perfect—return value details are minimal and the readOnly contradiction undermines completeness—but overall it is rich and situationally useful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must compensate for the 22 undocumented parameters. It does add meaningful semantics for key params like maxAge ('Set maxAge: 0 to force a live fetch'), formats (markdown vs JSON), and option categories like main-content filtering and PII redaction. However, many parameters (proxy, location, mobile, profile, screenshotOptions, etc.) remain unexplained, and the generic 'Options include' phrase does not fully cover the breadth. This is adequate but leaves clear gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Retrieve and extract content from one supplied URL through Firecrawl.' It names a specific verb-resource pair, differentiates from sibling tools by noting this operates on a known page while firecrawl_crawl handles sets of pages and firecrawl_map/firecrawl_search discover URLs, and enumerates concrete output formats (markdown, HTML, screenshots, JSON). This is specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use the tool: 'Use this when the request identifies a page and needs its content or defined fields.' It also provides clear alternatives: for a set of pages use firecrawl_crawl, and for discovery use firecrawl_map or firecrawl_search. This gives the agent explicit decision criteria relative to sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedfirecrawl_search3 fields changed
      • addedInput schema / properties / limit / maximum
        Added value: +100
      • addedInput schema / properties / limit / minimum
        Added value: +1
      • changedInput schema / properties / limit / type
        Previous value: -"number"New value: +"integer"
  2. 1 tool update
    • Changedfirecrawl_search1 field changed
      • changedInput schema / properties / categories / items / enum
        Previous value: -[
        -  "github",
        -  "research",
        -  "pdf"
        -]New value: +[
        +  "github",
        +  "research",
        +  "pdf",
        +  "developer"
        +]
  3. 23 tool updates
    • Removedfirecrawl_agent
    • Removedfirecrawl_agent_status
    • Removedfirecrawl_check_crawl_status
    • Removedfirecrawl_crawl
    • Removedfirecrawl_extract
    • Removedfirecrawl_feedback
    • Removedfirecrawl_interact
    • Removedfirecrawl_interact_stop
    • Removedfirecrawl_map
    • Removedfirecrawl_monitor_check
    • Removedfirecrawl_monitor_checks
    • Removedfirecrawl_monitor_create
    • Removedfirecrawl_monitor_delete
    • Removedfirecrawl_monitor_get
    • Removedfirecrawl_monitor_list
    • Removedfirecrawl_monitor_run
    • Removedfirecrawl_monitor_update
    • Removedfirecrawl_research_inspect_paper
    • Removedfirecrawl_research_read_paper
    • Removedfirecrawl_research_related_papers
    • Removedfirecrawl_research_search_github
    • Removedfirecrawl_research_search_papers
    • Removedfirecrawl_search_feedback
  4. 1 tool update
    • Changedfirecrawl_search1 field changed
      • addedInput schema / properties / highlights
        Added value: +{
        +  "type": "boolean"
        +}

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Parse handles local/documents, scrape handles a single remote URL, and search handles web queries. The remote-vs-local distinction prevents parse/scrape overlap, and search's result-list purpose is clear despite optional scrapeOptions.

Naming Consistency5/5

All tools use the same firecrawl_ prefix with lowercase verb names: parse, scrape, and search. This is a consistent, parallel, and predictable naming scheme.

Tool Count4/5

Three focused tools is within the well-scoped range and each tool earns its place, but the server feels slightly lean for a Firecrawl surface because descriptions reference crawl and map operations that are not included.

Completeness2/5

Single-page scraping, document parsing, and search are covered, but the descriptions explicitly point to firecrawl_crawl and firecrawl_map, which are absent. This leaves site-wide crawling and URL discovery as significant gaps that will cause multi-page extraction tasks to fail.

Resources