MCP server
Driving the same API from an agent over the Model Context Protocol.
The MCP server exposes project, document, chat, and key management as tools an agent can call. It talks to exactly the REST routes documented here — the same auth, the same limits, the same errors — so anything an agent can do through it, you can do with curl.
| Tool area | REST equivalent |
|---|---|
| Projects | Projects reference |
| Documents | Documents reference |
| Chat | Chat reference |
| Keys | Keys reference |
It bootstraps from GET /config, the same endpoint the dashboard uses — see platform.
Ready to ship?
Get started free