Skip to main content
The exa MCP adapter connects to Exa for neural and keyword web search. Find relevant pages, discover content similar to a URL, and get AI-generated answers with citations — ideal for research workflows and grounded agent responses.

Prerequisites

  • An Exa account with an API key
  • project_contributor access in AgentRuntime

Connect in AgentRuntime

1

Get an Exa API key

Sign up at exa.ai and copy your API key from the dashboard.
2

Create a connection

Go to Connections and click New custom connection to create an API key connection with APIKey.
3

Add exa MCP instance

Go to MCP, click Add instance for exa, wire your connection on Instance config, set the profile active, and save.
4

Test search

Run mcp_callexa_search with a simple query to confirm connectivity.
See Authentication for binding connections to MCP instances.

What you can build

  • Research briefsexa_search with include_text=true → LLM synthesizes findings → save to Notion or Google Docs.
  • Competitive intelexa_find_similar on a competitor landing page → rank overlapping products.
  • Q&A with citationsexa_answer for user questions in Chat Autopilot → display answer plus source URLs.
  • Deep research modeexa_search with type=deep for multi-hop investigation before human review.

Tools

Example

Search the web and pass results to an LLM step:

Configuration

Troubleshooting