opentwitter
Installation
Summary
Query Twitter/X data including user profiles, tweets, search, followers, and real-time monitoring via 6551 API.
- Supports 12 REST endpoints covering user info, tweet retrieval, advanced search with filters (hashtags, date ranges, engagement thresholds), follower tracking, deleted tweets, and KOL identification
- WebSocket real-time subscriptions push events for new tweets, replies, quotes, retweets, follower changes, profile updates, and CA token creation from monitored accounts
- Search parameters include keyword matching, user/mention/hashtag filtering, engagement minimums, date ranges, language filtering, and "Top" vs "Latest" sorting
- Requires Bearer token authentication via
$TWITTER_TOKENenvironment variable; watch list management allows adding and removing monitored accounts
SKILL.md
Twitter/X Data Skill
Query Twitter/X data from the 6551 platform REST API. All endpoints require a Bearer token via $TWITTER_TOKEN.
Get your token: https://6551.io/mcp
Base URL: https://ai.6551.io
Authentication
All requests require the header:
Authorization: Bearer $TWITTER_TOKEN