MCP Server Firecrawl

scrape_url

Scrape content from a URL using Firecrawl API

Input Schema

NameRequiredDescriptionDefault
blockAdsNoEnable ad/cookie popup blocking
excludeTagsNoTags to exclude from output
formatsNoOutput formats
includeTagsNoTags to include in output
jsonOptionsNo
locationNo
mobileNoEmulate mobile device
onlyMainContentNoOnly return main content excluding headers, navs, footers
urlYesURL to scrape
waitForNoDelay in milliseconds before fetching content

Input Schema (JSON Schema)

{ "properties": { "blockAds": { "default": true, "description": "Enable ad/cookie popup blocking", "type": "boolean" }, "excludeTags": { "description": "Tags to exclude from output", "items": { "type": "string" }, "type": "array" }, "formats": { "description": "Output formats", "items": { "enum": [ "markdown", "html", "rawHtml", "links", "screenshot", "screenshot@fullPage", "json" ], "type": "string" }, "type": "array" }, "includeTags": { "description": "Tags to include in output", "items": { "type": "string" }, "type": "array" }, "jsonOptions": { "properties": { "prompt": { "description": "Prompt for extracting specific information", "type": "string" }, "schema": { "description": "Schema for extraction", "type": "object" }, "systemPrompt": { "description": "System prompt for extraction", "type": "string" } }, "type": "object" }, "location": { "properties": { "country": { "description": "ISO 3166-1 alpha-2 country code", "type": "string" }, "languages": { "description": "Preferred languages/locales", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "mobile": { "default": false, "description": "Emulate mobile device", "type": "boolean" }, "onlyMainContent": { "default": true, "description": "Only return main content excluding headers, navs, footers", "type": "boolean" }, "url": { "description": "URL to scrape", "type": "string" }, "waitFor": { "default": 0, "description": "Delay in milliseconds before fetching content", "type": "number" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools