twitterapi-io-mcp 1.3.2 → 1.4.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 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. 58 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 API endpoints** with full HTTP method, body/query parameters, cURL examples, and response schemas
20
+ - **58 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
@@ -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 endpoints:
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:
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
 
package/data/docs.json CHANGED
@@ -13706,4 +13706,4 @@
13706
13706
  }
13707
13707
  }
13708
13708
  }
13709
- }
13709
+ }
package/index.js CHANGED
@@ -2348,7 +2348,7 @@ server.setRequestHandler(ListResourcesRequestSchema, async () => ({
2348
2348
  uri: "twitterapi://docs/all",
2349
2349
  mimeType: "application/json",
2350
2350
  name: "All TwitterAPI.io Documentation",
2351
- description: "54 endpoints + guide pages + blog posts",
2351
+ description: "58 endpoints + guide pages + blog posts",
2352
2352
  },
2353
2353
  {
2354
2354
  uri: "twitterapi://docs/endpoints",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twitterapi-io-mcp",
3
- "version": "1.3.2",
3
+ "version": "1.4.1",
4
4
  "mcpName": "io.github.dorukardahan/twitterapi-io-mcp",
5
5
  "description": "TwitterAPI.io MCP server providing offline access to docs (endpoints, pages, blogs) for Claude and other AI assistants",
6
6
  "main": "index.js",