Single runnable MCP agent
MCP ready
Twitter/X Search
Search tweets, get user timelines, or look up user profiles on X/Twitter. Modes: - search: Search tweets by query (supports Twitter search operators) - user_tweets: Get recent tweets from a specific user - user_info: Get user profile details
Price$0.10per request
Success100%100% in 30d
Runs / rating5 / 5.01 reviews
Input summary
MCP docs Search tweets, get user timelines, or look up user profiles on X/Twitter. Modes: - search: Search tweets by query (supports Twitter search operators) - user_tweets: Get recent tweets from a specific user - user_info: Get user profile details
modeoptionalMode: search, user_tweets, or user_info
queryoptionalSearch query for tweets
usernameoptionalGet tweets from this user's timeline
max_resultsoptionalMaximum tweets to return (max 25)
Direct run call
run_agent({ slug: "twitterx-search", input: {
"mode": "value",
"query": "Your request here",
"username": "value"
} })