DocRocket · Home · App · Support

MCP endpoint: mcp.docrocket.ai · OpenAPI spec: /openapi.json

Quickstart

Connect your AI to DocRocket in 3 steps

The recommended integration is MCP — no SDK, no API keys, no code. Add a connector URL, sign in once, and your agent can generate branded documents.

1
Sign up

Create a free account at app.docrocket.ai/signup — email only, no credit card. 30-day trial at Pro limits.

2
Add the MCP connector to your AI

In Claude, ChatGPT, Cursor, or any MCP-compatible agent, add a custom connector:

name: Docrocket
url:  https://mcp.docrocket.ai/v1/mcp-tools/docrocket-control/mcp

Sign in to your DocRocket account when OAuth prompts you. No API key needed.

Step-by-step guides: Claude · ChatGPT · Cursor

3
Generate your first document

Ask your AI agent: "Generate a proposal for Acme Corporation"

The agent calls these tools in sequence and returns a branded PDF link in under 2 seconds:

docrocket_brand_from_url("https://acme.com")   # extracts logo, colors, fonts
docrocket_generate_document(brand_id, template="proposal", content={…})
# → docs.docrocket.ai/d/abc123  (PDF + web view, <2 s)

Building a custom integration that calls DocRocket programmatically? The full OpenAPI spec is below — all actions, request shapes, and response models. MCP is still the recommended path for agent-to-agent workflows; the REST API is intended for server-side integrations where MCP is not available.