Dotsimple

Dotsimple

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.

73VIEWS
2879USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app dotsimplenpx @composio/cli add cursor --app dotsimplenpx @composio/cli add cursor --app dotsimplenpx @composio/cli add cursor --app dotsimple

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Tag

Tool to create a new tag in dotsimple. use when you need to categorize content with custom tags. example: create a tag named "news" with color "#38bdf8".

Delete Media Files

Tool to delete multiple media files in the workspace. use after confirming unwanted files. call this when you have a list of media ids to remove. returns success status.

Delete Tag

Tool to delete a tag by its uuid. use when you need to remove a specific tag; ensure the uuid is correct before invoking.

Get Media File

Tool to retrieve details of a specific media file. use when you have the mediafileid and need its metadata.

Get Tag By Uuid

Tool to retrieve details for a specific tag by uuid. use when you need full tag information after obtaining its identifier.

List Accounts

Tool to list all connected social media accounts in the workspace. use when you need to retrieve available accounts before posting or scheduling content.

List Autoresponders

Tool to list all autoresponders. use when you need to browse through your autoresponder setup.

List Media Files

Tool to list all media files with optional pagination. use when you need to retrieve or browse uploaded media files page by page.

List Posts

Tool to list all posts in the workspace with optional pagination. use when you need to fetch paginated posts after obtaining a valid auth token.

List Reports

Tool to list all account-level reports. use when you need to fetch aggregated account metrics chronologically after authentication.

List Tags

Tool to list all tags available in the workspace. use when you need to retrieve tag metadata for planning or display.

11 actions available