Skip to main content
Glama
mustafamemon265789-cloud

MCP Firecrawl

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTP_HOSTNoHTTP bind address (HTTP mode only)127.0.0.1
HTTP_PORTNoHTTP port (HTTP mode only)3001
FIRECRAWL_API_KEYYesYour Firecrawl API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
scrape_urlA

Scrape a single webpage and return clean markdown content with metadata

crawl_websiteA

Crawl multiple pages from a website and return extracted markdown content

search_webB

Search the web using Firecrawl and return relevant results with content summaries

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct action: crawling multiple pages, scraping a single page, and searching the web. There is no overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case: crawl_website, scrape_url, search_web.

Tool Count4/5

3 tools is slightly lean but covers the core web extraction tasks. More tools could be added (e.g., for authentication), but the set is scoped appropriately.

Completeness4/5

The tools cover the primary operations: crawling, scraping, and searching. Minor gaps exist (e.g., no tool for custom headers), but the surface is functional for typical use cases.

Maintenance

ActivityInactive
ResponsivenessNo issues