# Exa Search (verified)

Fast, intelligent web search and web crawling.

## Quick Start

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

# Browse available tools
npx -y smithery tool list exa

# Get full schema for a tool
npx -y smithery tool get exa web_search_exa

# Call a tool
npx -y smithery tool call exa web_search_exa '{}'
```

## Direct MCP Connection

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

## Tools (2)

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

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

## Resources

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

## Prompts (1)

- `web_search_help` — Get help with web search using Exa

---

License: MIT
