Skip to main content
Glama
ariangibson

firecrawl-lite-mcp-server

by ariangibson

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_MODELYesModel name to use for extraction (e.g., gpt-5.5).
LLM_TOP_PNoNucleus sampling; omitted unless set.
LLM_API_KEYYesAPI key for your LLM provider.
PROXY_LLM_APINoSet to 'true' to also proxy LLM API calls through the upstream proxy.
LLM_MAX_TOKENSNoMaximum tokens in the response.2000
LLM_TEMPERATURENoSampling temperature.0.1
PROXY_SERVER_URLNoUpstream proxy URL for scraping browser (e.g., http://proxy.example.com:10001-10010).
SCRAPE_DELAY_MAXNoMaximum delay before navigation in ms.3000
SCRAPE_DELAY_MINNoMinimum delay before navigation in ms.1000
SCRAPE_USER_AGENTNoUser agent string or JSON array of strings to rotate.
ENABLE_SSE_ENDPOINTNoEnables SSE endpoint on /sse. Default is false.
LLM_REASONING_EFFORTNoreasoning_effort for reasoning-capable models; omitted unless set.
SCRAPE_SETTLE_MAX_MSNoMaximum wait for DOM to settle after load in ms.3000
LLM_PROVIDER_BASE_URLYesBase URL of an OpenAI-compatible API (e.g., https://api.openai.com/v1).
PROXY_SERVER_PASSWORDNoPassword for proxy authentication.
PROXY_SERVER_USERNAMENoUsername for proxy authentication.
SCRAPE_VIEWPORT_WIDTHNoViewport width in pixels.
SCRAPE_BATCH_DELAY_MAXNoMaximum delay between batch requests in ms.5000
SCRAPE_BATCH_DELAY_MINNoMinimum delay between batch requests in ms.2000
SCRAPE_VIEWPORT_HEIGHTNoViewport height in pixels.
FIRECRAWL_RETRY_MAX_DELAYNoMaximum retry delay in ms.10000
FIRECRAWL_RETRY_MAX_ATTEMPTSNoMaximum number of retry attempts.3
FIRECRAWL_RETRY_INITIAL_DELAYNoInitial retry delay in ms.1000
FIRECRAWL_RETRY_BACKOFF_FACTORNoRetry backoff factor.2
ENABLE_HTTP_STREAMABLE_ENDPOINTNoEnables HTTP Streamable endpoint on /mcp. Default is false.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/ariangibson/firecrawl-lite-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server