Heurist Logo
Back
Firecrawl Search Agent

Firecrawl Search Agent

Verified

Advanced search agent that uses Firecrawl to perform research with intelligent query generation and content analysis.

Tags

Search

Tools (3)

firecrawl_web_search

Execute a web search query with advanced filtering using Firecrawl. MANDATORY: Use time_filter parameter for ANY time-sensitive requests (recent, today, past week, etc.). Supports Google search operators in search_term. Examples: For 'recent coinbase listings' use search_term='coinbase listings' + time_filter='qdr:w'. For 'today's bitcoin news' use search_term='bitcoin news' + time_filter='qdr:d'. For site-specific searches use search_term='site:coinbase.com announcements'

required: search_term

firecrawl_extract_web_data

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.

required: urls, extraction_prompt

firecrawl_scrape_url

Scrape full contents from a specific URL. This provides complete raw web contents from individual web pages.

required: url

Pricing

[object Object] credits/use

MCP Endpoint

https://mesh.heurist.xyz/mcp/agents/FirecrawlSearchAgent
Copy Configuration
{
  "mcpServers": {
    "heurist-agent": {
      "url": "https://mesh.heurist.xyz/mcp/agents/FirecrawlSearchAgent/",
      "headers": {
        "X-HEURIST-API-KEY": "your-api-key-here"
      }
    }
  }
}