Platforms / twitter
twitter toolset
34 tools. Mount this server and your agent gets every twitter endpoint, fully typed.
claude mcp add capzy-twitter --transport http https://mcp.capzy.ai/twitter/mcp \ --header "Authorization: Bearer YOUR_KEY"
Communities
twitter_community_detail
1 credit
not yet verified
Community Detail
A community's details.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | Community id. |
twitter_community_tweets
1 credit
not yet verified
Community Tweets
Tweets from a community.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | Community id. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
twitter_search_communities
1 credit
not yet verified
Search Communities
Search for communities.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Search query. Raw operators are accepted. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
Geo
twitter_place_detail
1 credit
not yet verified
Place Detail
Details for a place id.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | Place id. |
twitter_search_places
1 credit
not yet verified
Search Places
Search geographic places.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Place query. |
Lists
twitter_list_detail
1 credit
not yet verified
List Detail
A Twitter list's details.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | List id. |
twitter_list_search_tweets
1 credit
not yet verified
List Search Tweets
Search within a list's tweets.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | List id. |
query |
string | required | Search query. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
twitter_list_tweets
1 credit
not yet verified
List Tweets
Tweets from a list timeline.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | List id. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
Spaces
twitter_broadcast_detail
1 credit
not yet verified
Broadcast Detail
A live broadcast's details.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | Broadcast id. |
twitter_space_detail
1 credit
not yet verified
Space Detail
A Twitter Space's details.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | Space id. |
Trends
twitter_trends
1 credit
Trends
Global trending topics.
| Param | Type | Required | Description |
|---|---|---|---|
woeid |
string | optional | Where-on-earth id (1 = worldwide). Default: 1 |
twitter_trends_by_location
1 credit
Trends by Location
Trending topics for a WOEID location.
| Param | Type | Required | Description |
|---|---|---|---|
woeid |
string | required | Where-on-earth id. |
Tweets
twitter_advanced_search
1 credit
not yet verified
Advanced Search
Advanced tweet search. The query field accepts raw search operators.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Search query. Raw operators are accepted. |
sort_by |
string | optional | Result tab: top | latest | people | photos | videos. Default: latest |
language |
string | optional | Two-letter language filter, e.g. en (added as lang: operator). |
since |
string | optional | Only tweets on/after this date (YYYY-MM-DD). |
until |
string | optional | Only tweets before this date (YYYY-MM-DD). |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
product |
string | optional | Deprecated. Kept for back-compat; prefer sort_by. Default: Latest |
twitter_article_detail
1 credit
not yet verified
Article Detail
Full detail for an X article.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | Article/tweet id. |
twitter_tweet_community_notes
1 credit
not yet verified
Community Notes
Community notes on a tweet.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | Tweet id. |
twitter_tweet_detail
1 credit
Tweet Detail
Full detail for a single tweet.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | Tweet id. |
twitter_tweet_edit_history
1 credit
not yet verified
Edit History
A tweet's edit history.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | Tweet id. |
twitter_tweet_favoriters
1 credit
not yet verified
Tweet Favoriters
Users who liked a tweet.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | Tweet id. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
twitter_tweet_quotes
1 credit
not yet verified
Tweet Quotes
Quote tweets of a tweet.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | Tweet id. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
twitter_tweet_replies
1 credit
not yet verified
Tweet Replies
Replies to a tweet.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | Tweet id. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
twitter_tweet_retweeters
1 credit
not yet verified
Tweet Retweeters
Users who retweeted.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | Tweet id. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
twitter_tweet_similar
1 credit
not yet verified
Similar Tweets
Tweets similar to a tweet.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | Tweet id. |
twitter_tweets_by_ids
1 credit
Tweets by IDs
Fetch multiple tweets by id.
| Param | Type | Required | Description |
|---|---|---|---|
ids |
string | required | Comma-separated tweet ids. |
Users
twitter_search_users
1 credit
not yet verified
Search Users
Search for users.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Search query. Raw operators are accepted. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
twitter_user_articles
1 credit
User Articles
A user's articles.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | User rest id. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
twitter_user_by_id
1 credit
not yet verified
User by ID
Fetch a user by rest id.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | User rest id. |
twitter_user_by_username
1 credit
User by Username
Fetch a user profile by handle.
| Param | Type | Required | Description |
|---|---|---|---|
username |
string | required | Handle (no @). |
twitter_user_followers
1 credit
not yet verified
User Followers
A user's followers.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | User rest id. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
twitter_user_following
1 credit
not yet verified
User Following
Accounts a user follows.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | User rest id. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
twitter_user_mentions
1 credit
not yet verified
User Mentions
Tweets mentioning a user.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | User rest id. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
twitter_user_subscriptions
1 credit
not yet verified
User Subscriptions
Accounts a user subscribes to.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | User rest id. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
twitter_user_tweets
1 credit
User Tweets
A user's tweets.
| Param | Type | Required | Description |
|---|---|---|---|
id |
string | required | User rest id. |
count |
integer | optional | Results per page, 1-100. Default: 20 |
cursor |
string | optional | Pagination cursor. |
twitter_users_by_ids
1 credit
not yet verified
Batch Users by IDs
Fetch multiple users by rest id.
| Param | Type | Required | Description |
|---|---|---|---|
ids |
string | required | Comma-separated user ids. |
twitter_users_by_usernames
1 credit
Batch Users by Usernames
Fetch multiple users by handle.
| Param | Type | Required | Description |
|---|---|---|---|
usernames |
string | required | Comma-separated handles. |
Fewer tools?
The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.