
A Model Context Protocol (MCP) server implementation that integrates with Firecrawl for web scraping capabilities.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Scrape content from a single URL with advanced options. Parameters: url (string), formats (array of strings), onlyMainContent (boolean), waitFor (number), timeout (number), 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).
Check the status of a batch operation. Parameters: id (string).
Map a website to discover all indexed URLs on the site. Parameters: url (string).
Search the web and optionally extract content from search results. Parameters: query (string), limit (number), lang (string), country (string), scrapeOptions (object).
Starts an asynchronous crawl job on a website and extract content from all pages. Parameters: url (string), maxDepth (number), limit (number), allowExternalLinks (boolean), deduplicateSimilarURLs (boolean).
Check the status of a crawl job. Parameters: id (string).
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).