> ## Documentation Index
> Fetch the complete documentation index at: https://www.thred.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Thred MCP Overview

> Gives MCP clients (Cursor, Claude Desktop, and others) direct access to conversation transcripts and insight data.

## Base MCP Endpoint

```text theme={null}
https://mcp.thred.dev/v1?apiKey=YOUR_THRED_API_KEY
```

## What You Can Query

* conversation transcript by email
* conversation transcript by customer ID
* customer insights by email or customer ID
* company-level conversation + insight rollups
* recent conversations with filters
* backend health check

## Available Tools

| Tool                      | Purpose                                              |
| ------------------------- | ---------------------------------------------------- |
| `get_transcript_by_email` | Fetch transcript by customer email                   |
| `get_transcript_by_id`    | Fetch transcript by customer ID                      |
| `get_customer_insights`   | Fetch insights and signals for one customer          |
| `get_insights_by_company` | Fetch conversation/insight summaries for one company |
| `get_recent_customers`    | Fetch recent conversations with optional filters     |
| `check_backend_health`    | Check Thred backend connectivity                     |

## Next Steps

* Configure your client in [MCP Setup](/mcp/setup)
* See inputs and examples in [MCP Tools Reference](/mcp/tools-reference)
