twitterapi-io-mcp 1.4.1 → 1.5.1

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. 58 active 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. 67 active 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
- - **58 active API endpoints** with full HTTP method, body/query parameters, cURL examples, and response schemas
20
+ - **67 active 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
@@ -178,7 +178,7 @@ Here are real prompts that work well with this MCP server:
178
178
  - *"How do I upload media and create a tweet?"* — triggers sequential `get_twitterapi_endpoint` calls
179
179
 
180
180
  <details>
181
- <summary><strong>All 58 endpoints by category</strong></summary>
181
+ <summary><strong>All 67 endpoints by category</strong></summary>
182
182
 
183
183
  | Category | Count | Endpoints |
184
184
  |----------|-------|-----------|
@@ -238,7 +238,7 @@ Restart your MCP client after adding the server config. Most clients (Claude Des
238
238
  │ Claude / │ ◄──────────────────► │ twitterapi-io-mcp│
239
239
  │ Cursor / │ │ │
240
240
  │ VS Code │ │ Bundled docs │
241
- └─────────────┘ │ (58 endpoints) │
241
+ └─────────────┘ │ (67 endpoints) │
242
242
  └──────────────────┘
243
243
  No network needed
244
244
  ```
@@ -273,7 +273,7 @@ npm run scrape # Update docs snapshot from twitterapi.io
273
273
 
274
274
  ## Not using MCP?
275
275
 
276
- If your AI tool doesn't support MCP (like OpenClaw), use the **skill version** instead — a single markdown file with all 58 active endpoints:
276
+ If your AI tool doesn't support MCP (like OpenClaw), use the **skill version** instead — a single markdown file with all 67 active endpoints:
277
277
 
278
278
  👉 **[twitterapi-io-skill](https://github.com/dorukardahan/twitterapi-io-skill)** — works with OpenClaw, Claude, GPT, Gemini, and any LLM.
279
279