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 of strings - fields to retrieve, e.g., created_at, public_metrics, author_id)
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 delete)
Like tweets. Parameters: tweetId (string - the ID of the tweet to like)
Unlike tweets. Parameters: tweetId (string - the ID of the tweet to unlike)
Retweet a tweet. Parameters: tweetId (string - the ID of the tweet to retweet)
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), fields (array of strings - fields to retrieve, e.g., description, public_metrics, profile_image_url)
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), description (string - the description of the list)
Get user's lists. Parameters: username (string - the username of the user)
Manage list members by adding users. Parameters: listId (string - the ID of the list), username (string - the username of the user to add)
Manage list members by removing users. Parameters: listId (string - the ID of the list), username (string - the username of the user to remove)
Get list members. Parameters: listId (string - the ID of the list)
Perform complex queries with operators, bypassing API tier restrictions. Parameters: query (string - search query), maxResults (integer - maximum number of results to return)
Access historical tweets beyond standard API limits. Parameters: query (string - search query), startDate (string - start date in ISO format), endDate (string - end date in ISO format)
Real-time trend analysis and popular content discovery. Parameters: none
Multi-user profile analysis in single requests. Parameters: usernames (array of strings - list of usernames to analyze)
User growth pattern analysis over time. Parameters: username (string - the username of the user), period (string - time period for analysis)
Engagement scoring and influence calculations. Parameters: username (string - the username of the user)
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 to analyze)
Thread performance analysis and engagement distribution. Parameters: tweetId (string - the ID of the tweet)
Discover mutual connections via interactions. Parameters: username (string - the username of the user)
Follower patterns and demographic analysis. Parameters: username (string - the username of the user)
Influence mapping and connection strength analysis. Parameters: username (string - the username of the user)
Hashtag performance tracking over time with trend analysis. Parameters: hashtag (string - the hashtag to analyze)
Sentiment analysis with keyword frequency tracking. Parameters: query (string - the text or keyword to analyze), sampleSize (integer - number of samples to analyze)
Viral spread patterns and engagement velocity analysis. Parameters: tweetId (string - the ID of the tweet to analyze)