com.jojapi/twitter-x-aio
com.jojapi/twitter-x-aioTwitter: Access real-time Twitter/X data as soon as it's posted! With the Twitter/X AIO API, you.
Tools · 23
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 twitter trends for worldwide or a specific region. Billing per call: 1 Credits.
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.
Receive follower counts, images and more user related data with this endpoint. Group: User. Billing per call: 1 Credits.
Receive all tweets ordered by most recent. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.
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.
Receive all likes of a user. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.
Receive all followers of a user. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.
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…
Receive all followings of a user. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.
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 the ids of the users a certain user follows Group: User. Billing per call: 1 Credits.
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…
Receive all likes for a tweet. Group: Tweet. Billing per call: 1 Credits.
Receive all retweets for a tweet. Group: Tweet. Billing per call: 1 Credits.
resolve urls Group: Utilities/Misc. Billing per call: 1 Credits.
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…
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.
Receive a full list of all twitter custom emojis with the hashtag, image and more. Group: Utilities/Misc. Billing per call: 1 Credits.
This gives you a list of all available locations. Group: Utilities/Misc. Billing per call: 1 Credits.
You'll need the userId to receive tweets, media and replies. Group: Utilities/Misc. Billing per call: 1 Credits.
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 the full subtitles of a video Group: ✨ Exclusive endpoints. Billing per call: 1 Credits.
Similar MCP servers embedding-nearest
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"
}
}
}