71
/ 100
9 days ago
glama

Firecrawl MCP Toolkit

A high-performance, asynchronous MCP server that provides comprehensive Google search and web content scraping capabilities through the Firecrawl API, designed for LLMs to retrieve external information efficiently.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: FIRECRAWL_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretFIRECRAWL_API_KEY"": "<Your Firecrawl API key>",
configFIRECRAWL_BASE_URLexport ="https://your-firecrawl.example/v2"
configFIRECRAWL_MAX_CONNECTIONS200 Maximum HTTP connections.
configFIRECRAWL_KEEPALIVE20 Maximum keepalive connections.
configFIRECRAWL_HTTP20 Enable HTTP/2 with 1.
configFIRECRAWL_MAX_CONCURRENT_REQUESTS200 Maximum concurrent requests.
configFIRECRAWL_MAX_WORKERS10 Number of worker processes.
configFIRECRAWL_RETRY_COUNT3 Maximum retry count.
configFIRECRAWL_RETRY_BASE_DELAY0.5 Base retry delay in seconds.
configFIRECRAWL_ENDPOINT_CONCURRENCY{"search":10,"scrape":2} Per-endpoint concurrency limits.
configFIRECRAWL_ENDPOINT_RETRYABLE{"scrape": false} Per-endpoint retry configuration.
configFIRECRAWL_MCP_SSE_HOST127.0.0.1 SSE host.
configFIRECRAWL_MCP_HOST
configFIRECRAWL_MCP_SSE_PORT7001 SSE port.
configFIRECRAWL_MCP_PORT
configFIRECRAWL_MCP_HTTP_HOST127.0.0.1 HTTP host.
configFIRECRAWL_MCP_HTTP_PORT7001 HTTP port.
configFIRECRAWL_MCP_LOCK_FILE/tmp/firecrawl_mcp.lock Lock file path.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/joey-kot-firecrawl-toolkit-tkhf5d)](https://m8ven.ai/mcp/joey-kot-firecrawl-toolkit-tkhf5d)
commit: 6872543083c41de4ef411c4645354174a8a0335b
code hash: c8cfd5140b96e10f8c78ba34d524a9df2fdfe3332e3b4712eb68e02f44862870
verified: 6/23/2026, 10:31:16 AM
view raw JSON →