Skip to main content
Glama

Mesh Agent MCP Server

firecrawlsearchagent_firecrawl_extract_web_data

Extract specific structured data from web pages or entire domains using natural language instructions. Define your extraction needs with an 'extraction_prompt' to retrieve precise information from URLs or wildcard-specified domains.

Instructions

Extract structured data from one or multiple web pages using natural language instructions. This tool can process single URLs or entire domains (using wildcards like example.com/*). Use this when you need specific information from websites rather than general search results. You must specify what data to extract from the pages using the 'extraction_prompt' parameter.

Input Schema

NameRequiredDescriptionDefault
extraction_promptYesNatural language description of what data to extract from the pages.
urlsYesList of URLs to extract data from. Can include wildcards (e.g., 'example.com/*') to crawl entire domains.

Input Schema (JSON Schema)

{ "properties": { "extraction_prompt": { "description": "Natural language description of what data to extract from the pages.", "type": "string" }, "urls": { "description": "List of URLs to extract data from. Can include wildcards (e.g., 'example.com/*') to crawl entire domains.", "items": { "type": "string" }, "type": "array" } }, "required": [ "urls", "extraction_prompt" ], "type": "object" }

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/heurist-network/heurist-mesh-mcp-server'

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