A Model Context Protocol (MCP) server implementation that integrates with FireCrawl for advanced web scraping capabilities.
Scrape content from a single URL with advanced options. Parameters: url (string), formats (array of strings), onlyMainContent (boolean), waitFor (integer), timeout (integer), mobile (boolean), includeTags (array of strings), excludeTags (array of strings), skipTlsVerification (boolean)
Scrape multiple URLs efficiently with built-in rate limiting and parallel processing. Parameters: urls (array of strings), options (object with formats (array of strings), onlyMainContent (boolean))
Check the status of a batch operation. Parameters: id (string)
Search the web and optionally extract content from search results. Parameters: query (string), limit (integer), lang (string), country (string), scrapeOptions (object with formats (array of strings), onlyMainContent (boolean))
Start an asynchronous crawl with advanced options. Parameters: url (string), maxDepth (integer), limit (integer), allowExternalLinks (boolean), deduplicateSimilarURLs (boolean)
Extract structured information from web pages using LLM capabilities. Parameters: urls (array of strings), prompt (string), systemPrompt (string), schema (object), allowExternalLinks (boolean), enableWebSearch (boolean), includeSubdomains (boolean)
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs