mcp-firecrawl-licensed
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FETCH_TIMEOUT_MS | No | Direct fetch timeout in ms (default: 12000) | |
| FIRECRAWL_API_KEY | No | Firecrawl API key (required unless FIRECRAWL_API_URL is set) | |
| FIRECRAWL_API_URL | No | Self-hosted Firecrawl base URL (optional) | |
| ENABLE_LICENSE_CACHE | No | Cache license results (default: false) | |
| USAGE_LOG_TIMEOUT_MS | No | Usage logging timeout in ms (default: 3000) | |
| COPYRIGHTSH_LEDGER_API | No | Ledger base URL (default: https://ledger.copyright.sh) | |
| ENABLE_LICENSE_TRACKING | No | Enable/disable licensing (default: true) | |
| LICENSE_CHECK_TIMEOUT_MS | No | License discovery timeout in ms (default: 5000) | |
| LICENSE_CACHE_TTL_SECONDS | No | Cache TTL for license lookups (default: 300) | |
| COPYRIGHTSH_LEDGER_API_KEY | No | API key for license discovery + usage logging (recommended) | |
| LICENSE_ACQUIRE_TIMEOUT_MS | No | License acquisition timeout in ms (default: 8000) |
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| firecrawl_scrapeB | Scrape a single URL with optional licensed fetch (x402-aware). |
| firecrawl_mapC | Map a website to discover URLs. |
| firecrawl_searchC | Search the web with optional licensed fetch (x402-aware). |
| firecrawl_crawlC | Start a crawl job. |
| firecrawl_check_crawl_statusC | Check crawl status and log usage for completed pages. |
| firecrawl_extractC | Extract structured data from URLs with license tracking. |
| firecrawl_agentD | Run an autonomous Firecrawl agent job. |
| firecrawl_agent_statusC | Check the status of an agent job. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose: agent management, crawl management, scraping, searching, mapping, extraction. No overlapping functionality.
All tools follow the consistent pattern firecrawl_<action> (or firecrawl_<action>_<sub>), using snake_case throughout.
8 tools is well-scoped for a web scraping/crawling API, covering agent, crawl, scrape, search, map, and extract operations without excess.
Covers all core workflows (agent start/status, crawl start/status, scrape, search, map, extract), though missing operations like stop/delete agent.