Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Optional host configuration (listed as not applicable for stdio). | |
| PORT | No | Optional port configuration (listed as not applicable for stdio). | |
| API_KEY | Yes | Twitter Api45 API key required for authentication. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| user_live | Checks if user is broadcasting something right now or not. |
| about_profile | Returns the information about the profile's registration and usage |
| community_members | Gets the list of community members. |
| jobs_search | Search for the jobs on x.com/jobs |
| communities_posts_search_latest | Search for the Latest posts in communities |
| communities_posts_search_top | Search for the posts in communities post order top. |
| communities_search | Search for the communities on the X |
| followers | Get latest user's followers list |
| user_info | Using this method you can get information about user by the screenname. |
| users_media | Helps to get a user's media |
| profiles_by_restids | Returns an array of users by their rest_ids. |
| user_timeline | This endpoint gets lates user's tweets by it's screenname. |
| comunity_posts | Returns the posts from the community. |
| list_followers | Get the followers of the list on Twitter / X |
| list_members | Get the members of the list on Twitter / X |
| list_timeline | With this endpoint you can get the timeline of the lists. |
| user_replies | Gets user's replies of the user. |
| spaces_info | Give you the basic information about the spaces. |
| search | WARNING: The Search endpoint is rate limited for new customers to 60 requests/minute. Please contact me if you need a higher limit. Email: alexander.xbx@gmail.com |
| latest_replies | Gets the latest replies of the tweet. |
| check_follow | This endpoint get latest subscriptins of the user and latest followers for the target account. And checks if user follows the needed account. WARNING: might not be suitable for big accounts or old subscriptions. |
| tweet_info | With this endpoint you can get tweet info by it's id. |
| tweet_thread | Gets the basic tweet info and the replies to it. |
| check_retweet | This endpoint get latest tweets of the user and checks if there is a retweet of the needed tweet. WARNING: might not be suitable for old retweets. |
| trends | Please let me know if you need other countries in the list. |
| affilates | Give you the list of affilates for the corporate account. |
| retweets | Get the list of of users who retweeted the tweet. |
| following | Get the list of accounts user is following. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |