twitterapi-io-mcp 1.4.0 → 1.5.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.
- package/README.md +5 -5
- package/data/docs.json +933 -794
- package/index.js +1 -1
- package/package.json +1 -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.
|
|
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
|
[](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
|
+
- **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
|
|
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
|
-
└─────────────┘ │ (
|
|
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
|
|
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
|
|