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
llms.txt
Coral provides standard llms.txt files — a structured index of documentation designed for LLM consumption.
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 anAccept: text/markdown header. This strips all HTML, styling, and JavaScript — reducing token usage by ~30x compared to the rendered page.