twitterapi-io-mcp 1.0.21 → 1.0.23
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.
- package/README.md +14 -8
- package/data/docs.json +1580 -2127
- package/index.js +1 -1
- package/package.json +2 -2
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.
|
|
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.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/twitterapi-io-mcp)
|
|
6
6
|
[](https://www.npmjs.com/package/twitterapi-io-mcp)
|
|
@@ -17,7 +17,7 @@ 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
|
-
- **
|
|
20
|
+
- **59 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
|
|
@@ -26,10 +26,16 @@ 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.
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
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 59 endpoints now match official llms.txt index
|
|
38
|
+
|
|
33
39
|
- Scraper auto-extracts method/body/params — `npm run scrape` keeps data fresh
|
|
34
40
|
|
|
35
41
|
> **Disclaimer**: Independent community project. Not affiliated with TwitterAPI.io.
|
|
@@ -176,7 +182,7 @@ Here are real prompts that work well with this MCP server:
|
|
|
176
182
|
- *"How do I upload media and create a tweet?"* — triggers sequential `get_twitterapi_endpoint` calls
|
|
177
183
|
|
|
178
184
|
<details>
|
|
179
|
-
<summary><strong>All
|
|
185
|
+
<summary><strong>All 59 endpoints by category</strong></summary>
|
|
180
186
|
|
|
181
187
|
| Category | Count | Endpoints |
|
|
182
188
|
|----------|-------|-----------|
|
|
@@ -234,7 +240,7 @@ Restart your MCP client after adding the server config. Most clients (Claude Des
|
|
|
234
240
|
│ Claude / │ ◄──────────────────► │ twitterapi-io-mcp│
|
|
235
241
|
│ Cursor / │ │ │
|
|
236
242
|
│ VS Code │ │ Bundled docs │
|
|
237
|
-
└─────────────┘ │ (
|
|
243
|
+
└─────────────┘ │ (59 endpoints) │
|
|
238
244
|
└──────────────────┘
|
|
239
245
|
No network needed
|
|
240
246
|
```
|