Skip to main content
Coral documentation is designed for both humans and AI agents. Every page is available as clean Markdown, and the full docs are indexed for AI consumption automatically.

MCP Server

Coral hosts an MCP (Model Context Protocol) server that AI tools can query to search the documentation. Endpoint: https://docs.coral.inc/mcp
claude mcp add --transport http coral-docs https://docs.coral.inc/mcp

llms.txt

Coral provides standard llms.txt files — a structured index of documentation designed for LLM consumption.
EndpointDescription
/llms.txtIndex of all pages with descriptions and links
/llms-full.txtFull content of every page in a single Markdown file
Use /llms.txt when you need a quick overview or want to find the right page. Use /llms-full.txt when you need the complete documentation in one request.

Markdown content negotiation

Any documentation page can be fetched as clean Markdown by sending an Accept: text/markdown header. This strips all HTML, styling, and JavaScript — reducing token usage by ~30x compared to the rendered page.
curl -H "Accept: text/markdown" https://docs.coral.inc/features/chat
All page responses include discovery headers:
Link: </llms.txt>; rel="llms-txt", </llms-full.txt>; rel="llms-full-txt"
X-Llms-Txt: /llms.txt