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
# Connect this server (installs CLI if needed)
npx -y smithery mcp add hex
# Browse available tools
npx -y smithery tool list hex
# Get full schema for a tool
npx -y smithery tool get hex search_projects
# Call a tool
npx -y smithery tool call hex search_projects '{}'Direct MCP Connection
Endpoint: https://hex.run.tools
Tools (4)
search_projects— Search for projectscreate_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 thecreate_threadtool. 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…
# Get full input/output schema for a tool
npx -y smithery tool get hex