# Curated — MCP server on mcp.ai > Connect your Curated account and use 6 tools for email newsletters straight from your AI agent. Connect with your own API key. Curated is a platform that enables users to collect, curate, and publish newsletters, integrating with various services through its API. By: mcp.ai · official Page: https://mcp.ai/curated ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_curated?ms=1787293560000 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/curated/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/curated/ 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/curated/skill.md Postman collection (v2.1): https://mcp.ai/curated/postman.json ## Tools - curated_create_draft_issue(title: string, editor_note?: string, issue_number?: integer, publication_id: string) — Tool to create a draft issue for a publication. Use after confirming the publication ID. Applies default settings if optional fields are omitted. - curated_create_link(url: string, image?: string, title?: string, category?: string, description?: string, publication_id: integer) — Tool to create a collected link for a publication. Use when you want to add a new link (with URL, title, etc.) to a publication's collection. - curated_list_categories(publication_id: string) — Tool to list all categories for a publication. Use after you have the publication ID and need to fetch its categories. - curated_list_email_subscribers(page?: integer, per_page?: integer, publication_id: string) — Tool to list all email subscribers for a publication. Use after confirming the publication ID. - curated_list_issues(page?: integer, state?: string, stats?: boolean, per_page?: integer, publication_id: string) — Lists all issues (newsletters) for a Curated publication with pagination support. Use this tool to retrieve issues from a publication. You must first obtain the publication_id by calling the List Publ - curated_list_publications() — Tool to list all publications accessible by the API key. Use when you need to retrieve your publication IDs for further API calls. Example prompt: "List my publications". ## Example prompts - "What can I do in Curated?" - "Show me a summary of my Curated account" ## Links Docs: https://mcp.ai/docs/mcps/curated Website: https://mcp.ai/mcps/curated