Enables interaction with Twitter through a Model Context Protocol, allowing large language models to post tweets, search for tweets, and reply to tweets.
No reviews yet. Be the first to review!
Sign in to join the conversation
Post new tweets. Parameters: text (string) - Your tweet content (up to 280 characters)
Retrieve specific tweets. Parameters: tweetId (string) - The ID of the tweet, tweetFields (array) - Optional fields to retrieve.
Reply to tweets. Parameters: tweetId (string) - The ID of the tweet to reply to, text (string) - Your reply content.
Delete your tweets. Parameters: tweetId (string) - The ID of the tweet to be deleted.
Like tweets. Parameters: tweetId (string) - The ID of the tweet to be liked.
Unlike tweets. Parameters: tweetId (string) - The ID of the tweet to be unliked.
Retweet a tweet. Parameters: tweetId (string) - The ID of the tweet to be retweeted.
Undo a retweet. Parameters: tweetId (string) - The ID of the tweet to undo retweet.
Get user profiles. Parameters: username (string) - The username of the user.
Get user tweets. Parameters: username (string) - The username of the user.
Follow users. Parameters: username (string) - The username of the user to follow.
Unfollow users. Parameters: username (string) - The username of the user to unfollow.
Create X (Twitter) lists. Parameters: name (string) - The name of the list.
Get user's lists. Parameters: username (string) - The username of the user.
Manage list members. Parameters: listId (string), username (string) - The username to add.
Manage list members. Parameters: listId (string), username (string) - The username to remove.
Get list members. Parameters: listId (string) - The ID of the list.
Complex queries with operators, bypasses API tier restrictions. Parameters: query (string), maxResults (int) - Maximum number of results.
Access historical tweets beyond standard API limits. Parameters: query (string), date (string) - Date for the search.
Real-time trend analysis and popular content discovery. Parameters: none.
Multi-user profile analysis in single requests. Parameters: usernames (array) - List of usernames.
User growth pattern analysis over time. Parameters: username (string), period (string) - Time period for analysis.
Engagement scoring and influence calculations. Parameters: username (string) - The username to analyze.
Reconstruct complete Twitter threads with engagement metrics. Parameters: tweetId (string) - The ID of the starting tweet.
Map conversation structure including replies and quotes. Parameters: tweetId (string) - The ID of the tweet.
Thread performance analysis and engagement distribution. Parameters: tweetId (string) - The ID of the tweet.
Discover mutual connections via interactions. Parameters: username (string) - The username to analyze.
Follower patterns and demographic analysis. Parameters: username (string) - The username to analyze.
Influence mapping and connection strength analysis. Parameters: username (string) - The username to analyze.
Hashtag performance tracking over time with trend analysis. Parameters: hashtag (string) - The hashtag to track.
Sentiment analysis with keyword frequency tracking. Parameters: query (string) - The text to analyze.
Viral spread patterns and engagement velocity analysis. Parameters: tweetId (string) - The ID of the tweet.