Heurist Logo
Back
Firecrawl Search Digest Agent

Firecrawl Search Digest Agent

Verified
X402 Payment Accepted

Advanced web search agent that uses Firecrawl to perform research with intelligent query generation and content analysis, then processes results with a small and fast LLM for concise, relevant summaries.

Tags

Search

Tools (3)

firecrawl_web_search

Search the web with advanced filtering. MANDATORY: Use time_filter parameter for ANY time-sensitive requests (recent, 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'. Always set limit for result count control. Results are summarized by AI with source attribution.

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 full search results. You must specify what data to extract from the pages using the 'extraction_prompt' parameter. Returns structured data.

required: urls, extraction_prompt

firecrawl_scrape_url

Scrape full contents from a specific URL. Returns clean and summarized web contents.

required: url

x402 API Endpoints

firecrawl_web_search
Basehttps://mesh.heurist.xyz/x402/agents/FirecrawlSearchDigestAgent/firecrawl_web_search
Solanahttps://mesh.heurist.xyz/x402/solana/agents/FirecrawlSearchDigestAgent/firecrawl_web_search
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/FirecrawlSearchDigestAgent/firecrawl_web_search
firecrawl_extract_web_data
Basehttps://mesh.heurist.xyz/x402/agents/FirecrawlSearchDigestAgent/firecrawl_extract_web_data
Solanahttps://mesh.heurist.xyz/x402/solana/agents/FirecrawlSearchDigestAgent/firecrawl_extract_web_data
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/FirecrawlSearchDigestAgent/firecrawl_extract_web_data
firecrawl_scrape_url
Basehttps://mesh.heurist.xyz/x402/agents/FirecrawlSearchDigestAgent/firecrawl_scrape_url
Solanahttps://mesh.heurist.xyz/x402/solana/agents/FirecrawlSearchDigestAgent/firecrawl_scrape_url
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/FirecrawlSearchDigestAgent/firecrawl_scrape_url

Pricing

0.01 USDC/usex402Test on x402scan

MCP Endpoint

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