FireCrawl MCP Server v1.2.0 - Enhanced Scraping & Search
Major Features
- 🔍 New search tool (
fire_crawl_search
) for web search with content extraction - 🔄 Automatic retries with exponential backoff for rate limits
- 📊 Credit usage monitoring for cloud API operations
- 🚀 Queue system for batch operations with parallel processing
- 🌐 Support for self-hosted FireCrawl instances
Improvements
- Enhanced error handling for HTTP errors including 404s
- Improved URL validation before scraping
- Optimized rate limiting with automatic backoff strategy
- Added comprehensive logging system
- Updated configuration with new retry and batch processing options
Configuration Updates
- New
FIRE_CRAWL_API_URL
environment variable for self-hosted instances - Automatic fallback to cloud API when no custom URL is provided
- Enhanced rate limit configuration with retry options
- Added batch processing parameters for parallel operations
Bug Fixes
- Rate limit handling in batch operations
- Error response formatting
- Type definitions for response handlers
- Test suite mock responses
- Error handling for invalid search queries
- API configuration validation
Requirements
- Node.js >= 18.0.0
- NPM or Yarn package manager