Heurist Logo
Back to Library
Exa Search Agent

Exa Search Agent

Verified

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

Search

Tools

2 callable

Author

0x7d9d...405D
Get a key
Syncing keys…
  • exa_web_search

    4 params

    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.

  • exa_answer_question

    1 param

    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.

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