twitterapi-io-mcp 1.0.22 → 1.1.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 +20 -15
  2. package/data/docs.json +630 -731
  3. package/package.json +6 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # twitterapi-io-mcp
2
2
 
3
- > Offline TwitterAPI.io documentation for Claude and AI assistants via MCP. 59 endpoints (with full method/params/body), 32 guides, 24 blog posts. No API key needed.
3
+ > Offline TwitterAPI.io documentation for Claude and AI assistants via MCP. 54 endpoints (with full method/params/body), 32 guides, 24 blog posts. No API key needed.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/twitterapi-io-mcp.svg)](https://www.npmjs.com/package/twitterapi-io-mcp)
6
6
  [![npm downloads](https://img.shields.io/npm/dm/twitterapi-io-mcp.svg)](https://www.npmjs.com/package/twitterapi-io-mcp)
@@ -17,20 +17,25 @@ claude mcp add twitterapi-io -- npx -y twitterapi-io-mcp
17
17
 
18
18
  An MCP server that gives Claude, Cursor, VS Code Copilot, and other AI assistants **instant, offline access** to [TwitterAPI.io](https://twitterapi.io) documentation.
19
19
 
20
- - **59 API endpoints** with full HTTP method, body/query parameters, cURL examples, and response schemas
20
+ - **54 API endpoints** with full HTTP method, body/query parameters, cURL examples, and response schemas
21
21
  - **32 guide pages** covering pricing, authentication, rate limits, webhooks, streaming
22
22
  - **24 blog posts** with tutorials and use cases
23
23
  - **All v2 write endpoints** documented with `login_cookies`, `proxy`, and body params
24
- - **4 deprecated v1 endpoints** marked with migration notices
24
+ - **All deprecated v1 endpoints removed** only current v2 endpoints remain
25
25
  - **Zero API key required** — everything is bundled locally
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.21 Highlights
30
- - **Security fix**: sanitized endpoint IDs to prevent path traversal in resource URIs
31
- - Fresh rescrape from docs.twitterapi.io (Feb 2026)
32
- - All 26 write endpoints have body parameters (login_cookies, tweet_text, proxy, etc.)
33
- - All 27 GET endpoints have query parameters
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
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
+
34
39
  - Scraper auto-extracts method/body/params — `npm run scrape` keeps data fresh
35
40
 
36
41
  > **Disclaimer**: Independent community project. Not affiliated with TwitterAPI.io.
@@ -177,19 +182,19 @@ Here are real prompts that work well with this MCP server:
177
182
  - *"How do I upload media and create a tweet?"* — triggers sequential `get_twitterapi_endpoint` calls
178
183
 
179
184
  <details>
180
- <summary><strong>All 59 endpoints by category</strong></summary>
185
+ <summary><strong>All 54 endpoints by category</strong></summary>
181
186
 
182
187
  | Category | Count | Endpoints |
183
188
  |----------|-------|-----------|
184
- | **User** | 12 | `get_user_by_username`, `get_user_followers`, `get_user_followings`, `batch_get_user_by_userids`, and 8 more |
189
+ | **User** | 12 | `get_user_by_username`, `get_user_followers`, `get_user_followings`, `get_user_timeline`, and 8 more |
185
190
  | **Tweet** | 8 | `tweet_advanced_search`, `get_tweet_by_ids`, `get_tweet_replies_v2`, `get_user_tweets`, and 4 more |
186
191
  | **Community** | 9 | `create_community_v2`, `get_community_by_id`, `join_community_v2`, and 6 more |
187
192
  | **Profile** | 3 | `update_avatar_v2`, `update_banner_v2`, `update_profile_v2` |
188
193
  | **Webhook** | 4 | `add_webhook_rule`, `get_webhook_rules`, `update_webhook_rule`, `delete_webhook_rule` |
189
194
  | **Stream** | 3 | `add_user_to_monitor_tweet`, `get_user_to_monitor_tweet`, `remove_user_from_monitor_tweet` |
190
- | **Action** | 14 | `create_tweet_v2`, `like_tweet_v2`, `retweet_tweet_v2`, `upload_media_v2`, and 10 more |
191
- | **DM** | 2 | `send_dm_v2`, `get_dm_history_by_user_id` |
192
- | **List** | 2 | `get_list_followers`, `get_list_members` |
195
+ | **Action** | 12 | `create_tweet_v2`, `like_tweet_v2`, `retweet_tweet_v2`, `upload_media_v2`, and 8 more |
196
+ | **DM** | 1 | `send_dm_v2` |
197
+ | **List** | 3 | `get_list_followers`, `get_list_members`, `list_timeline` |
193
198
  | **Other** | 2 | `get_trends`, `get_space_detail` |
194
199
 
195
200
  </details>
@@ -235,7 +240,7 @@ Restart your MCP client after adding the server config. Most clients (Claude Des
235
240
  │ Claude / │ ◄──────────────────► │ twitterapi-io-mcp│
236
241
  │ Cursor / │ │ │
237
242
  │ VS Code │ │ Bundled docs │
238
- └─────────────┘ │ (59 endpoints) │
243
+ └─────────────┘ │ (54 endpoints) │
239
244
  └──────────────────┘
240
245
  No network needed
241
246
  ```
@@ -270,7 +275,7 @@ npm run scrape # Update docs snapshot from twitterapi.io
270
275
 
271
276
  ## Not using MCP?
272
277
 
273
- If your AI tool doesn't support MCP (like OpenClaw), use the **skill version** instead — a single markdown file with all 55 endpoints:
278
+ If your AI tool doesn't support MCP (like OpenClaw), use the **skill version** instead — a single markdown file with all 54 endpoints:
274
279
 
275
280
  👉 **[twitterapi-io-skill](https://github.com/dorukardahan/twitterapi-io-skill)** — works with OpenClaw, Claude, GPT, Gemini, and any LLM.
276
281