# Contentdrips — MCP server on mcp.ai > Connect your Contentdrips account and use 4 tools for AI content generation straight from your AI agent. Connect with your own API key. Contentdrips generates branded graphics and carousels from reusable templates through an asynchronous rendering API. By: mcp.ai · official Page: https://mcp.ai/contentdrips ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_contentdrips?ms=1787296020000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/contentdrips/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/contentdrips/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/contentdrips/skill.md Postman collection (v2.1): https://mcp.ai/contentdrips/postman.json ## Tools - contentdrips_get_render_job(job_id: string) — Get a Contentdrips render job's current state. Checks status once, fetches export URLs only after completion, and returns failed jobs as terminal data without polling automatically. - contentdrips_start_ai_carousel_render(output: string, ai_input: string, ai_method: string, template_id: string, content_update?: object[], canvas_background?: object) — Generate carousel copy from a topic or supported HTTPS source URL and queue its render. This consumes render quota and may also consume AI credits. - contentdrips_start_carousel_render(output: string, branding?: object, template_id: string, content_update?: object[], carousel_content: object, canvas_background?: object) — Queue a manually authored multi-slide carousel as PNG files or a PDF from a known account-owned template. Queuing consumes render quota. - contentdrips_start_graphic_render(output: string, branding?: object, template_id: string, content_update?: object[], canvas_background?: object) — Queue a PNG or PDF render from a known account-owned Contentdrips template and return the asynchronous job ID. Queuing consumes render quota. ## Example prompts - "What can I do in Contentdrips?" - "Show me a summary of my Contentdrips account" ## Links Docs: https://mcp.ai/docs/mcps/contentdrips Website: https://mcp.ai/mcps/contentdrips