# Exa Search (verified)

Fast, intelligent web search and web crawling.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add exa

# Browse available tools
npx -y @smithery/cli@latest tool list exa

# Get full schema for a tool
npx -y @smithery/cli@latest tool get exa web_search_exa

# Call a tool
npx -y @smithery/cli@latest tool call exa web_search_exa '{}'
```

## Direct MCP Connection

Endpoint: `https://exa.run.tools`

## Tools (3)

- `web_search_exa` — Search the web for any topic and get clean, ready-to-use content.
- `crawling_exa` — Read a webpage's full content as clean markdown. Use after web_search_exa when highlights are insufficient or to read a…
- `get_code_context_exa` — Find code examples, documentation, and programming solutions.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get exa <tool-name>
```

## Resources

- `exa://tools/list` — List of available Exa tools and their descriptions

## Prompts (2)

- `web_search_help` — Get help with web search using Exa
- `code_search_help` — Get help finding code examples and documentation

---

Source: https://github.com/exa-labs/exa-mcp-server | License: MIT
