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) |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tymrtn/mcp-firecrawl-licensed-preview'
If you have feedback or need assistance with the MCP directory API, please join our Discord server