Connect the docs MCP server
The site hosts a Model Context Protocol server athttps://docs.tawked.com/mcp. It gives an agent three tools: search the docs, read any page or section, and report a problem back to us. No key, no account.
- Claude Code
- Codex
- Cursor
- VS Code
- Windsurf
- OpenCode
- Claude.ai
Install the skill
Agents that support skills can load a generatedskill.md that describes what Tawked does and how the calls fit together:
/skill.md.
Read pages as Markdown
Every page is available as clean Markdown. Append.md to its URL, or ask for it with an Accept header:
llms.txt lists every page with a description, and llms-full.txt is the whole site in one file for a context window.
The OpenAPI document
The API reference on this site is generated fromhttps://tawked.com/openapi.json, an OpenAPI 3.1 document with every endpoint, parameter, response example and error code. Feed it to a code generator, a request client, or an agent that reads specs directly. Tawked also publishes an RFC 9727 API catalog at the well-known path.
A prompt that works
Paste this into your agent along with the MCP server or thellms-full.txt file:
Agents connected to the MCP server read the docs only. They cannot send messages or spend credits; that still needs your API key in your own code.