Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.jojapi/twitter-x-aio

com.jojapi/twitter-x-aio

Twitter: Access real-time Twitter/X data as soon as it's posted! With the Twitter/X AIO API, you.

Uptime
100.0%
2 direct probes · 30d
Response
253ms
last probe
Tools
23
callable
Resources
0
readable
Prompts
0
available

Tools · 23

get_search_searchTerm

With the search endpoint you can search all of twitter. You just need to provide a search term. ⚠ If you have a large cursor the GET-request will limit at some length. For that you can use a POST-requ…

get_trends_locationId

Get twitter trends for worldwide or a specific region. Billing per call: 1 Credits.

get_user_userId

This is the prefered method of getting any information. Receive follower counts, images and more user related data with this endpoint. Group: User. Billing per call: 1 Credits.

get_user_by_username_username

Receive follower counts, images and more user related data with this endpoint. Group: User. Billing per call: 1 Credits.

get_user_userId_tweets

Receive all tweets ordered by most recent. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.

get_user_userId_tweetsAndReplies

Receive all tweets and replies ordered by most recent. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.

get_user_userId_likes

Receive all likes of a user. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.

get_user_userId_followers

Receive all followers of a user. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.

get_user_userId_followings_basic

You'll receive a basic list of all followings a user has. Please provide only the userId and you'll receive the following followings data: id, username, createdDate, followings, followers. Group: User…

get_user_userId_followings

Receive all followings of a user. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.

get_user_userId_media

Receive all media items ordered by most recent. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.

get_user_userId_followings_ids

Get the ids of the users a certain user follows Group: User. Billing per call: 1 Credits.

get_tweet_tweetId

Receive all tweet informations and comments by tweetId. ⚠️ For large cursors (many replies you want to fetch) you can use the POST-request to be not limited by the GET-request length limit. Group: Twe…

get_tweet_tweetId_favorites

Receive all likes for a tweet. Group: Tweet. Billing per call: 1 Credits.

get_tweet_tweetId_retweets

Receive all retweets for a tweet. Group: Tweet. Billing per call: 1 Credits.

get_resolve_urls

resolve urls Group: Utilities/Misc. Billing per call: 1 Credits.

post_search_searchTerm

With the search endpoint you can search all of twitter. You just need to provide a search term. This is the POST-request which allows you to send larger requests. Group: Utilities/Misc. Billing per ca…

post_tweet_tweetId

Receive all tweet informations and comments by tweetId. This POST-request allows you to dig deeper into the replies when the cursor is growing. Group: Utilities/Misc. Billing per call: 1 Credits.

get_misc_emojis

Receive a full list of all twitter custom emojis with the hashtag, image and more. Group: Utilities/Misc. Billing per call: 1 Credits.

get_misc_locations

This gives you a list of all available locations. Group: Utilities/Misc. Billing per call: 1 Credits.

get_username_to_id_username

You'll need the userId to receive tweets, media and replies. Group: Utilities/Misc. Billing per call: 1 Credits.

get_user_usernames_to_ids

This endpoint receives a list of usernames and converts up to 100 of them at the same time to ids. Group: ✨ Exclusive endpoints. Billing per call: 1 Credits.

get_misc_subtitles

Get the full subtitles of a video Group: ✨ Exclusive endpoints. Billing per call: 1 Credits.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.jojapi/twitter-x-aio": {
      "url": "https://mcp.jojapi.com/twitter-x-aio",
      "transport": "streamable-http"
    }
  }
}