Skip to main content
Glama

MCP Firecrawl Server

by codyde

scrape-website

Scrape and extract structured data from any website in markdown, HTML, or text formats using MCP Firecrawl Server's API-powered tool.

Input Schema

NameRequiredDescriptionDefault
formatsNo
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "formats": { "default": [ "markdown" ], "items": { "enum": [ "markdown", "html", "text" ], "type": "string" }, "type": "array" }, "url": { "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Firecrawl Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/codyde/mcp-firecrawl-tool'

If you have feedback or need assistance with the MCP directory API, please join our Discord server