# Hex (verified)

Search your Hex projects and ask questions about your data with threaded analyses. Start a new thread, then monitor progress and retrieve results as they’re ready. Continue the conversation to refine…

## Quick Start

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

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

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

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

## Direct MCP Connection

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

## Tools (4)

- `search_projects` — Search for projects
- `create_thread` — Create a new Hex Thread to ask a question about your data. Hex will use its Threads Agent to analyze your data and then…
- `get_thread` — Fetch a Hex Thread using its ID. You can get an ID when you call the `create_thread` tool. If the thread is not finishe…
- `continue_thread` — Continue a Hex Thread by adding a new message and triggering the agent to process it. The thread must be in IDLE status…

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