twitterapi-io-mcp 1.1.6 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +17 -19
  2. package/data/docs.json +4088 -870
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -26,17 +26,12 @@ An MCP server that gives Claude, Cursor, VS Code Copilot, and other AI assistant
26
26
 
27
27
  Unlike other Twitter MCP servers that proxy live API calls (and need your API key), this one ships a complete documentation snapshot. Your AI assistant reads it locally, instantly.
28
28
 
29
- ### v1.0.23 Highlights
30
- - **Platform advisory**: Twitter disabled `since:/until:` search operators and pagination (~Mar 5, 2026). Workarounds documented in `docs/platform-advisory-2026-03.md`.
31
- - **Workaround**: Use `since_time:UNIX` / `until_time:UNIX` format instead (tested, working)
32
- - **Webhook URL warning**: URL not auto-restored after API key rotation — must be manually re-set
29
+ ### Recent Changes
30
+ - **v1.1.x**: Added `list_timeline` + `get_user_timeline`, removed 7 deprecated V1 endpoints, security fixes (hono, ajv, express-rate-limit)
31
+ - **v1.0.23**: Platform advisory — Twitter disabled `since:/until:` search operators. Use `since_time:UNIX` / `until_time:UNIX` instead
32
+ - **v1.0.22**: Added 7 endpoints (`get_space_detail`, `get_tweet_replies_v2`, `get_user_about`, etc.)
33
33
 
34
- ### v1.0.22 Highlights
35
- - **7 new endpoints** (52 → 59 total): `get_space_detail`, `get_tweet_replies_v2`, `get_user_about`, `get_user_to_monitor_tweet`, `update_avatar_v2`, `update_banner_v2`, `update_profile_v2`
36
- - Fresh rescrape from docs.twitterapi.io (Feb 21, 2026)
37
- - All 54 endpoints now match official llms.txt index
38
-
39
- - Scraper auto-extracts method/body/params — `npm run scrape` keeps data fresh
34
+ See [CHANGELOG.md](CHANGELOG.md) for full history.
40
35
 
41
36
  > **Disclaimer**: Independent community project. Not affiliated with TwitterAPI.io.
42
37
 
@@ -166,7 +161,7 @@ If you're an AI assistant using this MCP server, here's a quick reference:
166
161
  **Tips:**
167
162
  - Search is fuzzy and typo-tolerant: `"twet object"` still finds results
168
163
  - Use `max_results: 5` for focused results
169
- - Check the `deprecation_notice` fieldsome legacy endpoints have v2 replacements
164
+ - All endpoints are current v2 no deprecated endpoints remain
170
165
 
171
166
  ## What can you ask?
172
167
 
@@ -178,7 +173,7 @@ Here are real prompts that work well with this MCP server:
178
173
  - *"What's the pricing?"* — triggers `get_twitterapi_pricing`
179
174
  - *"List all user-related endpoints"* — triggers `list_twitterapi_endpoints` with `category: "user"`
180
175
  - *"How do webhook filter rules work?"* — triggers `search_twitterapi_docs`
181
- - *"What endpoints are deprecated?"* — triggers `search_twitterapi_docs` with `query: "deprecated"`
176
+ - *"What write endpoints need login?"* — triggers `search_twitterapi_docs` with `query: "login_cookies"`
182
177
  - *"How do I upload media and create a tweet?"* — triggers sequential `get_twitterapi_endpoint` calls
183
178
 
184
179
  <details>
@@ -186,15 +181,17 @@ Here are real prompts that work well with this MCP server:
186
181
 
187
182
  | Category | Count | Endpoints |
188
183
  |----------|-------|-----------|
189
- | **User** | 12 | `get_user_by_username`, `get_user_followers`, `get_user_followings`, `get_user_timeline`, and 8 more |
190
- | **Tweet** | 8 | `tweet_advanced_search`, `get_tweet_by_ids`, `get_tweet_replies_v2`, `get_user_tweets`, and 4 more |
191
- | **Community** | 9 | `create_community_v2`, `get_community_by_id`, `join_community_v2`, and 6 more |
184
+ | **User** | 11 | `get_user_by_username`, `get_user_timeline`, `get_user_last_tweets`, `get_user_followers`, `get_user_followings`, `get_user_mention`, `get_user_verified_followers`, `get_user_about`, `batch_get_user_by_userids`, `check_follow_relationship`, `search_user` |
185
+ | **Tweet** | 8 | `tweet_advanced_search`, `get_tweet_by_ids`, `get_tweet_reply`, `get_tweet_replies_v2`, `get_tweet_quote`, `get_tweet_retweeter`, `get_tweet_thread_context`, `get_article` |
186
+ | **Action** | 8 | `create_tweet_v2`, `delete_tweet_v2`, `like_tweet_v2`, `unlike_tweet_v2`, `retweet_tweet_v2`, `follow_user_v2`, `unfollow_user_v2`, `upload_media_v2` |
187
+ | **Community** | 9 | `get_community_by_id`, `get_community_members`, `get_community_moderators`, `get_community_tweets`, `get_all_community_tweets`, `create_community_v2`, `delete_community_v2`, `join_community_v2`, `leave_community_v2` |
188
+ | **List** | 3 | `get_list_followers`, `get_list_members`, `list_timeline` |
192
189
  | **Profile** | 3 | `update_avatar_v2`, `update_banner_v2`, `update_profile_v2` |
193
190
  | **Webhook** | 4 | `add_webhook_rule`, `get_webhook_rules`, `update_webhook_rule`, `delete_webhook_rule` |
194
- | **Stream** | 3 | `add_user_to_monitor_tweet`, `get_user_to_monitor_tweet`, `remove_user_from_monitor_tweet` |
195
- | **Action** | 12 | `create_tweet_v2`, `like_tweet_v2`, `retweet_tweet_v2`, `upload_media_v2`, and 8 more |
191
+ | **Stream** | 3 | `add_user_to_monitor_tweet`, `get_user_to_monitor_tweet`, `remove_user_to_monitor_tweet` |
192
+ | **Auth** | 1 | `user_login_v2` |
196
193
  | **DM** | 1 | `send_dm_v2` |
197
- | **List** | 3 | `get_list_followers`, `get_list_members`, `list_timeline` |
194
+ | **Account** | 1 | `get_my_info` |
198
195
  | **Other** | 2 | `get_trends`, `get_space_detail` |
199
196
 
200
197
  </details>
@@ -268,7 +265,7 @@ If you work with the Twitter/X API through TwitterAPI.io, this saves you the sam
268
265
  git clone https://github.com/dorukardahan/twitterapi-io-mcp.git
269
266
  cd twitterapi-io-mcp
270
267
  npm install
271
- npm test # Run tests (52 tests)
268
+ npm test # Run tests (48 tests)
272
269
  npm start # Start server locally
273
270
  npm run scrape # Update docs snapshot from twitterapi.io
274
271
  ```
@@ -300,3 +297,4 @@ PRs welcome! Fork the repo, create a branch, make your changes, and open a pull
300
297
  - [TwitterAPI.io](https://twitterapi.io) for the API service
301
298
  - [Anthropic](https://anthropic.com) for the Model Context Protocol
302
299
  - [MCP TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk)
300
+