This page is about connecting AI tools to HoopAI documentation. To connect AI tools to your HoopAI account data (contacts, conversations, calendars, etc.), see the Platform MCP Server.
How it works
HoopAI exposes documentation to AI tools through two channels:llms.txt
A structured text file that gives AI models a complete index of every page in the help center — titles, descriptions, and URLs. Most AI tools discover this automatically.URL:
help.hoopai.com/llms.txtDocs MCP Server
A hosted MCP server that lets AI tools search across the entire knowledge base in real time. Returns contextual content with direct links.URL:
help.hoopai.com/mcpllms.txt
Thellms.txt standard is a simple text file at the root of a website that helps AI models understand the site’s content. Think of it as robots.txt but for LLMs — instead of telling crawlers where not to go, it tells AI tools what content is available and how it’s organized.
HoopAI publishes two files:
| File | URL | What it contains |
|---|---|---|
llms.txt | help.hoopai.com/llms.txt | Page index — titles, descriptions, and links for every page |
llms-full.txt | help.hoopai.com/llms-full.txt | Full content — the complete text of every page in the help center |
Who uses llms.txt?
AI tools that supportllms.txt will automatically discover and use it when they encounter HoopAI documentation URLs:
- Perplexity — Automatically reads
llms.txtwhen answering questions about HoopAI - ChatGPT — Can reference it via web browsing when you share a HoopAI docs link
- Claude — Uses it when searching for HoopAI documentation
- Cursor / Windsurf — Can use it as context when you reference
@docsor paste a URL
Docs MCP Server
The Docs MCP Server is a hosted Model Context Protocol endpoint that lets any MCP-compatible AI client search the HoopAI Help Center programmatically. Endpoint:https://help.hoopai.com/mcp
Transport: HTTP Streamable
Authentication: None required (public docs)
Available tool
| Tool | Description |
|---|---|
SearchHoopAiHelpCenter | Search across the HoopAI Help Center knowledge base to find relevant information, code examples, API references, and guides. |
Connect AI tools to the Docs MCP Server
- Claude Desktop
- Cursor / Windsurf
- Claude Code (CLI)
- n8n
- OpenAI (ChatGPT)
- Perplexity
Open your Claude Desktop config file:Restart Claude Desktop. You can now ask Claude to search HoopAI docs directly.
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Platform MCP vs Docs MCP
HoopAI offers two separate MCP servers for different purposes:| Docs MCP Server | Platform MCP Server | |
|---|---|---|
| Purpose | Search HoopAI documentation | Access your HoopAI account data |
| Endpoint | help.hoopai.com/mcp | services.leadconnectorhq.com/mcp/ |
| Auth | None (public) | Private Integration Token |
| Tools | 1 (search docs) | 36 (contacts, conversations, calendars, etc.) |
| Use case | ”How do I set up a workflow?" | "Show me my last 10 contacts” |
| Setup guide | This page | Platform MCP Quickstart |
On-page AI features
Every page in the HoopAI Help Center includes built-in AI features:- Copy to ChatGPT — Select any text and copy it directly to ChatGPT with context
- Copy to Claude — Select any text and copy it directly to Claude with context
- Ask AI — Use the search bar to ask natural language questions about the docs