How to set up Exa
Authentication
Exa runs on Cargo credits out of the box, so you can use it without an Exa account. To bill Exa directly instead — or to use Exa as an MCP server, which requires your own key — connect an API key:- Create an Exa account at exa.ai
- Generate an API key from your Exa dashboard
- Paste the API key when creating the Exa connector in Cargo
Connection details
Exa actions
Search
Search the web with Exa and return ranked results. Required fields:- Query: Natural language query to search for
- Search type:
auto,neural,fast,deep, orinstant - Category: Focus results on a category such as company, people, or news
- Number of results: Max results to return (up to 100)
- Include page text: Include extracted page text in the response
- Include domains: Restrict results to specific domains
- Exclude domains: Remove results from specific domains
- Start/End published date: Filter by publication date range
- Start/End crawl date: Filter by crawl date range
- Account and company research
- Competitive intelligence
- News and trend monitoring
- Source collection for AI agents
Response data
Search responses include:- URL and title
- Relevance score
- Publication and crawl metadata (when available)
- Extracted text (when enabled)
Best practices
- Use
autosearch type for most workflows - Limit domain scope for precise results
- Enable page text only when needed to reduce payload size
- Cap Number of results: the first 10 come with the request, and every result past that adds to the bill
Credits
Exa is billable with Cargo credits, so you can use it without your own Exa account. Costs mirror Exa’s published pricing at $0.04 per Cargo credit.- Search: 0.175 credits per search, which covers the first 10 results with their text and highlights
- Search with the
deepsearch type: 0.3 credits per search, since Exa’s agentic search costs more to run - Either way, each result past the tenth adds 0.025 credits, contents included
Using Exa as an MCP server requires
your own Exa API key. Tools
called over MCP bypass Cargo’s action pipeline, so there is nothing to meter
them against your credit balance.

