Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Ritekit

Ritekit

RiteKit offers a suite of APIs designed to enhance social media engagement by providing tools for hashtag generation, link shortening, and content analysis.

33VIEWS
2275USERS

Install MCP Server

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

npx @composio/cli add cursor --app ritekitnpx @composio/cli add cursor --app ritekitnpx @composio/cli add cursor --app ritekitnpx @composio/cli add cursor --app ritekit

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

Available Tools

Auto Hashtag

Tool to automatically add relevant hashtags to a given post. use when you have plain text and need suggested hashtags appended or inserted in context.

Check Banned Instagram Hashtags

Tool to identify which hashtags are banned on instagram. use when preparing content and need to filter out banned hashtags before posting.

Disposable Email Detection

Tool to detect if an email address is disposable. use before allowing sign-ups to filter out disposable emails.

Free Email Detection

Tool to detect whether an email address belongs to a free email provider. use when validating lead quality before ingestion.

Get Access Token

Tool to obtain a ritekit access token. prefer using a stored token from connection metadata or request. falls back to oauth2 client credentials if both client id and client secret are provided and no token is otherwise available.

Ritekit Get Client Id

Tool to retrieve stored ritekit client id. use when child actions require the client id query parameter.

Ritekit Get Client Secret

Tool to retrieve stored ritekit client secret. use when child actions require the client secret parameter.

Ritekit Hashtag Stats

Tool to retrieve real-time engagement stats for up to 100 hashtags. use when you have a list of hashtags and need metrics like tweets, retweets, exposure, mentions, links, images, and popularity grade.

Ritekit Hashtag Suggestions

Tool to get hashtag suggestions for a given text. use when you need relevant hashtags for social media posts.

Delete Link Ad

Tool to delete a link ad. use when you need to permanently remove a link ad by its id.

List Link Ads

Tool to retrieve a list of link ads. use after authenticating to fetch all link ads for the user.

Auto Hashtag

Tool to automatically add relevant hashtags to a given post. use when you have plain text and need suggested hashtags appended or inserted in context.

Ritekit Get Access Token

Tool to fetch a ritekit oauth2 access token using client credentials. use when you need an access token for subsequent ritekit api calls.

Shorten Link

Tool to shorten a url with a specified cta. use when you need to generate a call-to-action-enabled short link.

Convert Text To Image

Tool to convert a quote into a styled image. use after preparing quote text and style options.

15 actions available