Opus exposes an MCP (Model Context Protocol) server that lets AI-powered development tools search and retrieve content from these docs directly. This means your IDE or AI assistant can pull in relevant Opus documentation as context while you work. The server is hosted at:Documentation Index
Fetch the complete documentation index at: https://developer.opus.com/llms.txt
Use this file to discover all available pages before exploring further.
Connect Your Tools
- Claude Code
- Cursor
- VS Code
Run the following command in your terminal:Restart Claude Code for the server to become available. You can verify the connection with:
What It Does
Once connected, your AI tool gets access to a search function over the full Opus documentation. This includes guides, API references, task documentation, and integration pages. You can ask questions like:- “How do I execute a job via the Opus API?”
- “What task types does Opus support?”
- “How do I set up a workflow with human review?”
Rate Limits
| Scope | Limit |
|---|---|
| Per user (IP) | 200 requests/hour |
The MCP server is read-only. It provides search access to public documentation and does not interact with the Opus platform API or your workflows.