twitterapi-io-mcp 1.0.21 → 1.0.22

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # twitterapi-io-mcp
2
2
 
3
- > Offline TwitterAPI.io documentation for Claude and AI assistants via MCP. 56 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. 59 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,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
- - **56 API endpoints** with full HTTP method, body/query parameters, cURL examples, and response schemas
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,7 +26,8 @@ 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.19 Highlights
29
+ ### v1.0.21 Highlights
30
+ - **Security fix**: sanitized endpoint IDs to prevent path traversal in resource URIs
30
31
  - Fresh rescrape from docs.twitterapi.io (Feb 2026)
31
32
  - All 26 write endpoints have body parameters (login_cookies, tweet_text, proxy, etc.)
32
33
  - All 27 GET endpoints have query parameters
@@ -176,7 +177,7 @@ Here are real prompts that work well with this MCP server:
176
177
  - *"How do I upload media and create a tweet?"* — triggers sequential `get_twitterapi_endpoint` calls
177
178
 
178
179
  <details>
179
- <summary><strong>All 56 endpoints by category</strong></summary>
180
+ <summary><strong>All 59 endpoints by category</strong></summary>
180
181
 
181
182
  | Category | Count | Endpoints |
182
183
  |----------|-------|-----------|
@@ -234,7 +235,7 @@ Restart your MCP client after adding the server config. Most clients (Claude Des
234
235
  │ Claude / │ ◄──────────────────► │ twitterapi-io-mcp│
235
236
  │ Cursor / │ │ │
236
237
  │ VS Code │ │ Bundled docs │
237
- └─────────────┘ │ (56 endpoints) │
238
+ └─────────────┘ │ (59 endpoints) │
238
239
  └──────────────────┘
239
240
  No network needed
240
241
  ```