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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Scrapes a website and returns its content in the requested formats. Parameters: url (string, required), formats (array of strings, optional). Supported formats include 'markdown', 'html', and 'text'.
Extracts structured data from websites based on a provided prompt and schema. Parameters: urls (array of strings, required), prompt (string, required), schema (object, required). The schema defines the data structure with field names and types.