This connects an AI to the documentation. It is not the Prava Pay payments connector that
lets an agent actually pay — that’s a separate, upcoming capability. See
Prava Pay.
Connect the docs MCP server
We host a standard Model Context Protocol (MCP) server for these docs. MCP is an open protocol, so any MCP-compatible AI tool can connect to the same endpoint and gain a “search the Prava docs” capability — Claude Code, Cursor, VS Code / Copilot, Windsurf, Cline, Continue, Goose, Zed, and others. Add this to your client’s MCP settings:Quick-add by tool
Older / stdio-only clients
If a client only supports local (stdio) MCP servers, bridge to the hosted endpoint withmcp-remote:
Feed the docs to any LLM (llms.txt)
Prefer to paste context into a model directly? These docs publish machine-readable indexes:| File | What it is |
|---|---|
https://docs.prava.space/llms.txt | A concise index of every page — good for navigation. |
https://docs.prava.space/llms-full.txt | The full docs as one text file — paste it in for complete context. |
Per-page AI actions
Every page has an AI menu in the top-right:- Copy page — copy the page as clean Markdown.
- Open in ChatGPT / Claude — start a chat pre-loaded with this page.
- View as Markdown — see the raw Markdown a model would read.