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

# Search docs with AI

> Connect an AI tool to the public Leadpipe documentation and distinguish docs search from product access

Use the documentation MCP server to let an AI tool search Leadpipe's published guides and API references.

```text theme={null}
https://docs.leadpipe.com/mcp
```

The docs search server is public and does not need your organization API key. It provides documentation context; it does not retrieve your private visitor data or manage pixels and audiences.

## Connect a client

In your MCP client's settings, add a remote HTTP server with the URL above. For Codex CLI, run:

```bash theme={null}
codex mcp add leadpipe-docs --url https://docs.leadpipe.com/mcp
```

Start a new session after changing the configuration, then ask the tool to search the Leadpipe docs and cite the page it used.

## Ask a useful question

Include the product area, your intended result, and any error status. For example:

```text theme={null}
Using the Leadpipe docs, explain the difference between suppression and a saved
segment. Which one prevents credits and webhook triggers? Cite the source page.
```

For API questions, include the method and path. Ask for the documented request shape and expected response. If a source does not establish a behavior, ask the tool to identify what needs confirmation.

## Read pages as Markdown

Use the page's contextual menu to copy its content or view it as Markdown. The public [llms.txt index](https://docs.leadpipe.com/llms.txt) lists documentation pages for tools that consume Markdown.

## Access your Leadpipe account through MCP

To work with account data, use **Settings > MCP** in Leadpipe and follow the client-specific setup shown there. That authenticated product connection is separate from the public docs server. Keep its API key and configuration private.

See [Manage your team and account](/guides/manage-your-team-and-account#mcp) for product MCP setup.
