twitter-api45
The Twitter-API45 MCP server provides tools to interact with Twitter's unofficial API, offering endpoints for user, tweet, and community data retrieval.
The Twitter-API45 MCP server is a robust platform designed to facilitate interaction with Twitter/X data. It offers a comprehensive suite of tools and endpoints for retrieving information and performing actions related to Twitter users, tweets, and communities. The server is known for its high performance and reliability, ensuring efficient access to Twitter data. With a focus on low latency and a wide array of tools, it caters to most data retrieval and interaction needs. The server is continuously updated to enhance its capabilities and provide custom solutions for better performance.
Features
- High Popularity and Reliability: The server maintains a 100% service level, ensuring consistent performance.
- Low Latency: Provides fast access to Twitter data with an average latency of 2034ms.
- Comprehensive Toolset: Offers a wide array of tools for data retrieval and interaction with Twitter/X.
- Custom Solutions: Provides custom solutions for better latency and private endpoints.
- Continuous Updates: Regularly updated to enhance capabilities and add new functionalities.
MCP Tools
- User Info: Retrieve information about a user using their screenname.
- User Timeline: Access the latest tweets from a user's timeline.
- Tweet Info: Get detailed information about a specific tweet using its ID.
- Search: Perform searches on Twitter with various filters like Latest, Top, People, Media, and Lists.
- Trends: Obtain trending topics in specified countries.
Usage with Different Platforms
python
python
import requests
url = 'https://api.twitter-api45.com/user_info'
params = {'screenname': 'example_user'}
response = requests.get(url, params=params)
print(response.json())
nodejs
javascript
const axios = require('axios');
axios.get('https://api.twitter-api45.com/user_info', {
params: {
screenname: 'example_user'
}
})
.then(response => {
console.log(response.data);
})
.catch(error => {
console.error(error);
});
Frequently Asked Questions
How can I access the latest tweets from a user's timeline?
Use the 'User Timeline' tool by providing the user's screenname to retrieve their latest tweets.
What is the average latency of the server?
The server provides fast access to Twitter data with an average latency of 2034ms.
Can I perform searches with filters?
Yes, the 'Search' tool allows you to perform searches on Twitter with various filters like Latest, Top, People, Media, and Lists.