Heurist Logo
Back
Exa Search Agent

Exa Search Agent

Verified

This agent can search the web using Exa's API and provide direct answers to questions.

Tags

Search

Tools (2)

exa_web_search

Search for webpages using Exa's neural search. Returns relevant results with titles, snippets, and URLs. Unlike traditional search, Exa uses semantic understanding (not boolean operators like AND/OR). Supports domain filtering and date filtering. Use includeDomains to restrict search to specific sites. Use date filters for time-sensitive queries.

required: search_term

exa_answer_question

Get a direct answer to a question using Exa's answer API. This tool provides concise, factual answers to specific questions by searching and analyzing content from across the web. Use this when you need a direct answer to a specific question rather than a list of search results. It may fail to find information of niche topics such like small cap crypto projects.

required: question

Pricing

1 credit/use

MCP Endpoint

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