
A Model Context Protocol (MCP) server implementation that integrates with Firecrawl for web scraping capabilities.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Scrape content from a single URL with advanced options for extraction. Returns structured data or full content based on specified format.
Scrape multiple URLs efficiently with built-in rate limiting and parallel processing. Returns operation ID for status checking.
Check the status of a batch operation using the provided operation ID.
Map a website to discover all indexed URLs on the site. Returns an array of URLs found.
Search the web for specific information and optionally extract content from search results. Returns an array of search results.
Send structured feedback on a previous search result to improve search quality. Refunds credits based on feedback.
Starts an asynchronous crawl job on a website to extract content from all pages. Returns operation ID for status checking.
Check the status of a crawl job using the provided job ID.
Extract structured information from web pages using LLM capabilities. Supports custom prompts and schemas for data extraction.
Autonomous web research agent that browses the internet, searches for information, and extracts structured data based on a query.
Check the status of an agent job and retrieve results when complete using the provided job ID.