Skip to main content
Glama
ViperBlackSkull

Firecrawl Local MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FIRECRAWL_URLNoThe URL of the self-hosted Firecrawl instance. By default, it connects to http://localhost:3002.http://localhost:3002

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
firecrawl_scrapeC

Scrape a single webpage and return its content in markdown format

firecrawl_crawlB

Crawl a website starting from a URL and return content from multiple pages

firecrawl_crawl_statusC

Check the status of a crawl job

firecrawl_mapC

Map a website to get a list of all accessible URLs

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct operation: starting a crawl, checking its status, mapping a site's URLs, and scraping a single page. No overlap in purpose.

Naming Consistency4/5

All tools share the 'firecrawl_' prefix and use verb-style names. However, 'crawl_status' combines a verb with a noun, while others are single verbs, introducing minor inconsistency.

Tool Count5/5

With 4 tools, the set covers the essential operations of a web crawling service without unnecessary bloat or gaps.

Completeness4/5

The tools cover core crawling workflows: initiate, monitor, map, and scrape. Missing features like canceling a crawl or listing historical jobs are minor omissions.

Maintenance

ActivityInactive
ResponsivenessNo issues