# Dotsimple — MCP server on mcp.ai > Connect your Dotsimple account and use 11 tools for social media marketing straight from your AI agent. Connect with your own API key. DotSimple is a comprehensive social media management tool that enables users to plan, create, and publish content across multiple platforms, leveraging AI for content generation and providing analytics for performance optimization. By: mcp.ai · official Page: https://mcp.ai/dotsimple ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_dotsimple?ms=1787291340000 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/dotsimple/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/dotsimple/ 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/dotsimple/skill.md Postman collection (v2.1): https://mcp.ai/dotsimple/postman.json ## Tools - dotsimple_create_tag(name: string, hex_color: string, workspace_id?: string) — Create a new tag in DotSimple workspace for categorizing and organizing social media content. Tags are used to label and filter posts, drafts, and media files in DotSimple. Each tag has a unique name - dotsimple_delete_media_files(items: string[]) — Deletes one or more media files (images/videos) from your DotSimple workspace. Use this tool when you need to remove media files that are no longer needed. You must provide the media file IDs as strin - dotsimple_delete_tag(uuid: string, workspace_id?: string) — Delete a tag by its UUID from your DotSimple workspace. Use this tool when you need to remove a specific tag. Ensure the UUID is correct before invoking. The tag will be permanently deleted from your - dotsimple_get_media_file(mediaFileId: string, workspace_id?: string) — Tool to retrieve details of a specific media file. Use when you have the mediaFileId and need its metadata. - dotsimple_get_tag(tag_id: string, workspace_id?: string) — Tool to retrieve details for a specific tag by UUID. Use when you need full tag information after obtaining its identifier. - dotsimple_list_accounts(workspace_id?: string) — List all connected social media accounts in the DotSimple workspace. Returns details about each connected account including ID, name, type (e.g., Google, Microsoft), connection status, and credentials - dotsimple_list_autoresponders(page?: integer, per_page?: integer, workspace_id?: string) — List all autoresponders in the DotSimple workspace with optional pagination. Returns details about each autoresponder including ID, name, and status. Use this to browse through your autoresponder setu - dotsimple_list_media_files(page?: integer, workspace_id: string) — List all media files in a DotSimple workspace with optional pagination. This tool retrieves media files from a specific workspace. The workspace_id is required and can be found in the DotSimple dashbo - dotsimple_list_posts(page?: integer, page_size?: integer, workspace_id: string) — List all posts in a DotSimple workspace with optional pagination. This tool retrieves posts from a specific workspace. The workspace_id is required and can be found in your DotSimple dashboard URL (e. - dotsimple_list_reports(page?: integer, page_size?: integer, workspace_id?: string) — List all account-level email marketing reports from the DotSimple workspace. Returns paginated report entries with aggregated metrics for each date, including emails sent, delivered, opens, clicks, un - dotsimple_list_tags(workspace_id?: string) — List all tags available in a DotSimple workspace for content organization and categorization. Tags in DotSimple are used to label and categorize social media posts, drafts, and media files. Each tag h ## Example prompts - "What can I do in Dotsimple?" - "Show me a summary of my Dotsimple account" ## Links Docs: https://mcp.ai/docs/mcps/dotsimple Website: https://mcp.ai/mcps/dotsimple