This MCP server provides tools for crawling websites and translating content into model context using the Firecrawl API. It offers two main functionalities: scraping websites in various formats and extracting structured data based on custom schemas. The implementation integrates with Sentry for error tracking and is designed to enhance AI-assisted workflows that require web data extraction and processing.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
This tool scrapes a website and returns its content in the requested formats. Parameters: url (string, required), formats (array of strings, optional)
This tool extracts structured data from websites based on a provided prompt and schema. Parameters: urls (array of strings, required), prompt (string, required), schema (object, required)