Skip to content

Commit 6d86d65

Browse files
authored
Update Firecrawl packaging (#165)
Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent bb4c642 commit 6d86d65

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

pkg/registry/data/registry.json

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
]
404404
},
405405
"firecrawl": {
406-
"image": "mendableai/firecrawl-mcp-server:latest",
406+
"image": "mcp/firecrawl:latest",
407407
"description": "A powerful web scraping and content extraction MCP server that provides advanced crawling, search, and structured data extraction capabilities with LLM integration.",
408408
"transport": "stdio",
409409
"permissions": {
@@ -426,17 +426,54 @@
426426
"firecrawl_scrape",
427427
"firecrawl_batch_scrape",
428428
"firecrawl_check_batch_status",
429+
"firecrawl_check_crawl_status",
429430
"firecrawl_search",
430431
"firecrawl_crawl",
431432
"firecrawl_extract",
432433
"firecrawl_deep_research",
433-
"firecrawl_generate_llmstxt"
434+
"firecrawl_generate_llmstxt",
435+
"firecrawl_map"
434436
],
435437
"env_vars": [
436438
{
437439
"name": "FIRECRAWL_API_KEY",
438440
"description": "API key for FireCrawl service authentication",
439441
"required": true
442+
},
443+
{
444+
"name": "FIRECRAWL_API_URL",
445+
"description": "FireCrawl API URL (default: https://api.firecrawl.dev/v1)",
446+
"required": false
447+
},
448+
{
449+
"name": "FIRECRAWL_RETRY_MAX_ATTEMPTS",
450+
"description": "Maximum number of retry attempts for API calls",
451+
"required": false
452+
},
453+
{
454+
"name": "FIRECRAWL_RETRY_INITIAL_DELAY",
455+
"description": "Initial delay in milliseconds for retry backoff",
456+
"required": false
457+
},
458+
{
459+
"name": "FIRECRAWL_RETRY_MAX_DELAY",
460+
"description": "Maximum delay in milliseconds for retry backoff",
461+
"required": false
462+
},
463+
{
464+
"name": "FIRECRAWL_RETRY_BACKOFF_FACTOR",
465+
"description": "Backoff factor for retry delay calculation",
466+
"required": false
467+
},
468+
{
469+
"name": "FIRECRAWL_CREDIT_WARNING_THRESHOLD",
470+
"description": "Credit threshold for warning notifications",
471+
"required": false
472+
},
473+
{
474+
"name": "FIRECRAWL_CREDIT_CRITICAL_THRESHOLD",
475+
"description": "Credit threshold for critical notifications",
476+
"required": false
440477
}
441478
],
442479
"args": [],

0 commit comments

Comments
 (0)