MCP Server Firecrawl

scrape_url

Scrape content from a URL using Firecrawl API

Input Schema

NameRequiredDescriptionDefault
actionsNoActions to perform
blockAdsNoWhether to block ads during scraping
formatsNoOutput formats
jsonOptionsNo
urlYesURL to scrape

Input Schema (JSON Schema)

{ "properties": { "actions": { "description": "Actions to perform", "items": { "type": "string" }, "type": "array" }, "blockAds": { "description": "Whether to block ads during scraping", "type": "boolean" }, "formats": { "description": "Output formats", "items": { "enum": [ "markdown" ], "type": "string" }, "type": "array" }, "jsonOptions": { "properties": { "prompt": { "description": "Prompt for extracting specific information", "type": "string" } }, "required": [ "prompt" ], "type": "object" }, "url": { "description": "URL to scrape", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools