|
403 | 403 | ] |
404 | 404 | }, |
405 | 405 | "firecrawl": { |
406 | | - "image": "mendableai/firecrawl-mcp-server:latest", |
| 406 | + "image": "mcp/firecrawl:latest", |
407 | 407 | "description": "A powerful web scraping and content extraction MCP server that provides advanced crawling, search, and structured data extraction capabilities with LLM integration.", |
408 | 408 | "transport": "stdio", |
409 | 409 | "permissions": { |
|
426 | 426 | "firecrawl_scrape", |
427 | 427 | "firecrawl_batch_scrape", |
428 | 428 | "firecrawl_check_batch_status", |
| 429 | + "firecrawl_check_crawl_status", |
429 | 430 | "firecrawl_search", |
430 | 431 | "firecrawl_crawl", |
431 | 432 | "firecrawl_extract", |
432 | 433 | "firecrawl_deep_research", |
433 | | - "firecrawl_generate_llmstxt" |
| 434 | + "firecrawl_generate_llmstxt", |
| 435 | + "firecrawl_map" |
434 | 436 | ], |
435 | 437 | "env_vars": [ |
436 | 438 | { |
437 | 439 | "name": "FIRECRAWL_API_KEY", |
438 | 440 | "description": "API key for FireCrawl service authentication", |
439 | 441 | "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 |
440 | 477 | } |
441 | 478 | ], |
442 | 479 | "args": [], |
|
0 commit comments