Skip to main content
Glama

MCP Firecrawl Server

by codyde

extract-data

Extract structured data from websites using custom schemas and URLs. Input URLs, a schema, and a prompt to scrape and organize web content efficiently.

Input Schema

NameRequiredDescriptionDefault
promptYes
schemaYes
urlsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "prompt": { "type": "string" }, "schema": { "additionalProperties": { "anyOf": [ { "const": "string", "type": "string" }, { "const": "boolean", "type": "string" }, { "const": "number", "type": "string" }, { "type": "array" }, { "additionalProperties": {}, "type": "object" } ] }, "type": "object" }, "urls": { "items": { "format": "uri", "type": "string" }, "type": "array" } }, "required": [ "urls", "prompt", "schema" ], "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