twitterapi-io-mcp 1.5.6 → 1.5.8

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/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## [1.5.8](https://github.com/dorukardahan/twitterapi-io-mcp/compare/v1.5.7...v1.5.8) (2026-04-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * sync OpenAPI auth fields and multipart metadata ([255fcf9](https://github.com/dorukardahan/twitterapi-io-mcp/commit/255fcf9ec433724f7e3ab7da3fc0529819f2cf4d))
7
+
8
+ ## Unreleased
9
+
10
+ ### Bug Fixes
11
+
12
+ * align community v2 auth fields with live OpenAPI (`login_cookies`), mark upload_media_v2 as multipart/form-data, and refresh lockfile via `npm audit fix --package-lock-only`
13
+
14
+ ## [1.5.7](https://github.com/dorukardahan/twitterapi-io-mcp/compare/v1.5.6...v1.5.7) (2026-04-19)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * use npm@11 instead of hardcoded npm@11.6.0 in publish.yml ([effa047](https://github.com/dorukardahan/twitterapi-io-mcp/commit/effa047ad21ff2f661d32bba68f79595de081256))
20
+
1
21
  ## [1.5.6](https://github.com/dorukardahan/twitterapi-io-mcp/compare/v1.5.5...v1.5.6) (2026-04-14)
2
22
 
3
23
 
package/data/docs.json CHANGED
@@ -1717,7 +1717,34 @@
1717
1717
  "required": false,
1718
1718
  "description": "Set to true for videos longer than 2:20 (Premium only)"
1719
1719
  }
1720
- }
1720
+ },
1721
+ "contentType": "multipart/form-data",
1722
+ "parameters": [
1723
+ {
1724
+ "name": "file",
1725
+ "type": "binary",
1726
+ "required": true,
1727
+ "description": "The media file to upload (image/video). Use multipart/form-data."
1728
+ },
1729
+ {
1730
+ "name": "login_cookies",
1731
+ "type": "string",
1732
+ "required": true,
1733
+ "description": "The login cookies from /twitter/user_login_v2"
1734
+ },
1735
+ {
1736
+ "name": "proxy",
1737
+ "type": "string",
1738
+ "required": true,
1739
+ "description": "Residential proxy URL. Example: http://username:password@ip:port"
1740
+ },
1741
+ {
1742
+ "name": "is_long_video",
1743
+ "type": "boolean",
1744
+ "required": false,
1745
+ "description": "Set to true for videos longer than 2:20 (Premium only)"
1746
+ }
1747
+ ]
1721
1748
  },
1722
1749
  "like_tweet_v2": {
1723
1750
  "name": "like_tweet_v2",
@@ -2235,16 +2262,11 @@
2235
2262
  "name": "delete_community_v2",
2236
2263
  "url": "https://docs.twitterapi.io/api-reference/endpoint/delete_community_v2",
2237
2264
  "scraped_at": "2026-03-16T02:37:54.446Z",
2238
- "title": "Delete a community.You must set the login_cookie.You can get the login_cookie from /twitter/user_login_v2.Trial operation price: $0.003 per call. ",
2239
- "description": "Delete a community.You must set the login_cookie.You can get the login_cookie from /twitter/user_login_v2.Trial operation price: $0.003 per call. ",
2265
+ "title": "Delete a community.You must set the login_cookies.You can get the login_cookies from /twitter/user_login_v2.Trial operation price: $0.003 per call. ",
2266
+ "description": "Delete a community.You must set the login_cookies.You can get the login_cookies from /twitter/user_login_v2.Trial operation price: $0.003 per call. ",
2240
2267
  "method": "POST",
2241
2268
  "path": "/twitter/delete_community_v2",
2242
2269
  "body": {
2243
- "login_cookie": {
2244
- "type": "string",
2245
- "required": true,
2246
- "description": "The login cookie of the user.You can get the login_cookie from /twitter/user_login_v2.Must be set"
2247
- },
2248
2270
  "community_id": {
2249
2271
  "type": "string",
2250
2272
  "required": true,
@@ -2259,14 +2281,14 @@
2259
2281
  "type": "string",
2260
2282
  "required": true,
2261
2283
  "description": "The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504"
2262
- }
2263
- },
2264
- "body_parameters": {
2265
- "login_cookie": {
2284
+ },
2285
+ "login_cookies": {
2266
2286
  "type": "string",
2267
2287
  "required": true,
2268
2288
  "description": "The login cookie of the user.You can get the login_cookie from /twitter/user_login_v2.Must be set"
2269
- },
2289
+ }
2290
+ },
2291
+ "body_parameters": {
2270
2292
  "community_id": {
2271
2293
  "type": "string",
2272
2294
  "required": true,
@@ -2281,6 +2303,11 @@
2281
2303
  "type": "string",
2282
2304
  "required": true,
2283
2305
  "description": "The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504"
2306
+ },
2307
+ "login_cookies": {
2308
+ "type": "string",
2309
+ "required": true,
2310
+ "description": "The login cookie of the user.You can get the login_cookie from /twitter/user_login_v2.Must be set"
2284
2311
  }
2285
2312
  },
2286
2313
  "response_schema": {
@@ -2297,7 +2324,7 @@
2297
2324
  "code_snippets": [
2298
2325
  "curl --request POST \\\n --url 'https://api.twitterapi.io/twitter/delete_community_v2' \\\n --header 'X-API-Key: <api-key>' \\\n --header 'Content-Type: application/json'"
2299
2326
  ],
2300
- "raw_text": "Delete a community.You must set the login_cookie.You can get the login_cookie from /twitter/user_login_v2.Trial operation price: $0.003 per call. login_cookie: The login cookie of the user.You can get the login_cookie from /twitter/user_login_v2.Must be set community_id: The id of the community to join.Must be set community_name: The name of the community to delete.Must be set proxy: The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504",
2327
+ "raw_text": "Delete a community.You must set the login_cookies.You can get the login_cookies from /twitter/user_login_v2.Trial operation price: $0.003 per call. login_cookies: The login cookie of the user.You can get the login_cookies from /twitter/user_login_v2.Must be set community_id: The id of the community to join.Must be set community_name: The name of the community to delete.Must be set proxy: The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504",
2301
2328
  "parameters": [
2302
2329
  {
2303
2330
  "name": "login_cookies",
@@ -2329,16 +2356,11 @@
2329
2356
  "name": "join_community_v2",
2330
2357
  "url": "https://docs.twitterapi.io/api-reference/endpoint/join_community_v2",
2331
2358
  "scraped_at": "2026-03-16T02:37:54.446Z",
2332
- "title": "Join a community.You must set the login_cookie.You can get the login_cookie from /twitter/user_login_v2.Trial operation price: $0.003 per call. ",
2333
- "description": "Join a community.You must set the login_cookie.You can get the login_cookie from /twitter/user_login_v2.Trial operation price: $0.003 per call. ",
2359
+ "title": "Join a community.You must set the login_cookies.You can get the login_cookies from /twitter/user_login_v2.Trial operation price: $0.003 per call. ",
2360
+ "description": "Join a community.You must set the login_cookies.You can get the login_cookies from /twitter/user_login_v2.Trial operation price: $0.003 per call. ",
2334
2361
  "method": "POST",
2335
2362
  "path": "/twitter/join_community_v2",
2336
2363
  "body": {
2337
- "login_cookie": {
2338
- "type": "string",
2339
- "required": true,
2340
- "description": "The login cookie of the user.You can get the login_cookie from /twitter/user_login_v2.Must be set"
2341
- },
2342
2364
  "community_id": {
2343
2365
  "type": "string",
2344
2366
  "required": true,
@@ -2348,14 +2370,14 @@
2348
2370
  "type": "string",
2349
2371
  "required": true,
2350
2372
  "description": "The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504"
2351
- }
2352
- },
2353
- "body_parameters": {
2354
- "login_cookie": {
2373
+ },
2374
+ "login_cookies": {
2355
2375
  "type": "string",
2356
2376
  "required": true,
2357
2377
  "description": "The login cookie of the user.You can get the login_cookie from /twitter/user_login_v2.Must be set"
2358
- },
2378
+ }
2379
+ },
2380
+ "body_parameters": {
2359
2381
  "community_id": {
2360
2382
  "type": "string",
2361
2383
  "required": true,
@@ -2365,6 +2387,11 @@
2365
2387
  "type": "string",
2366
2388
  "required": true,
2367
2389
  "description": "The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504"
2390
+ },
2391
+ "login_cookies": {
2392
+ "type": "string",
2393
+ "required": true,
2394
+ "description": "The login cookie of the user.You can get the login_cookie from /twitter/user_login_v2.Must be set"
2368
2395
  }
2369
2396
  },
2370
2397
  "response_schema": {
@@ -2389,22 +2416,17 @@
2389
2416
  "code_snippets": [
2390
2417
  "curl --request POST \\\n --url 'https://api.twitterapi.io/twitter/join_community_v2' \\\n --header 'X-API-Key: <api-key>' \\\n --header 'Content-Type: application/json'"
2391
2418
  ],
2392
- "raw_text": "Join a community.You must set the login_cookie.You can get the login_cookie from /twitter/user_login_v2.Trial operation price: $0.003 per call. login_cookie: The login cookie of the user.You can get the login_cookie from /twitter/user_login_v2.Must be set community_id: The id of the community to join.Must be set proxy: The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504"
2419
+ "raw_text": "Join a community.You must set the login_cookies.You can get the login_cookies from /twitter/user_login_v2.Trial operation price: $0.003 per call. login_cookies: The login cookie of the user.You can get the login_cookies from /twitter/user_login_v2.Must be set community_id: The id of the community to join.Must be set proxy: The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504"
2393
2420
  },
2394
2421
  "leave_community_v2": {
2395
2422
  "name": "leave_community_v2",
2396
2423
  "url": "https://docs.twitterapi.io/api-reference/endpoint/leave_community_v2",
2397
2424
  "scraped_at": "2026-03-16T02:37:54.446Z",
2398
- "title": "Leave a community.You must set the login_cookie.You can get the login_cookie from /twitter/user_login_v2.Trial operation price: $0.003 per call. ",
2399
- "description": "Leave a community.You must set the login_cookie.You can get the login_cookie from /twitter/user_login_v2.Trial operation price: $0.003 per call. ",
2425
+ "title": "Leave a community.You must set the login_cookies.You can get the login_cookies from /twitter/user_login_v2.Trial operation price: $0.003 per call. ",
2426
+ "description": "Leave a community.You must set the login_cookies.You can get the login_cookies from /twitter/user_login_v2.Trial operation price: $0.003 per call. ",
2400
2427
  "method": "POST",
2401
2428
  "path": "/twitter/leave_community_v2",
2402
2429
  "body": {
2403
- "login_cookie": {
2404
- "type": "string",
2405
- "required": true,
2406
- "description": "The login cookie of the user.You can get the login_cookie from /twitter/user_login_v2.Must be set"
2407
- },
2408
2430
  "community_id": {
2409
2431
  "type": "string",
2410
2432
  "required": true,
@@ -2414,14 +2436,14 @@
2414
2436
  "type": "string",
2415
2437
  "required": true,
2416
2438
  "description": "The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504"
2417
- }
2418
- },
2419
- "body_parameters": {
2420
- "login_cookie": {
2439
+ },
2440
+ "login_cookies": {
2421
2441
  "type": "string",
2422
2442
  "required": true,
2423
2443
  "description": "The login cookie of the user.You can get the login_cookie from /twitter/user_login_v2.Must be set"
2424
- },
2444
+ }
2445
+ },
2446
+ "body_parameters": {
2425
2447
  "community_id": {
2426
2448
  "type": "string",
2427
2449
  "required": true,
@@ -2431,6 +2453,11 @@
2431
2453
  "type": "string",
2432
2454
  "required": true,
2433
2455
  "description": "The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504"
2456
+ },
2457
+ "login_cookies": {
2458
+ "type": "string",
2459
+ "required": true,
2460
+ "description": "The login cookie of the user.You can get the login_cookie from /twitter/user_login_v2.Must be set"
2434
2461
  }
2435
2462
  },
2436
2463
  "response_schema": {
@@ -2455,7 +2482,7 @@
2455
2482
  "code_snippets": [
2456
2483
  "curl --request POST \\\n --url 'https://api.twitterapi.io/twitter/leave_community_v2' \\\n --header 'X-API-Key: <api-key>' \\\n --header 'Content-Type: application/json'"
2457
2484
  ],
2458
- "raw_text": "Leave a community.You must set the login_cookie.You can get the login_cookie from /twitter/user_login_v2.Trial operation price: $0.003 per call. login_cookie: The login cookie of the user.You can get the login_cookie from /twitter/user_login_v2.Must be set community_id: The id of the community to leave.Must be set proxy: The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504"
2485
+ "raw_text": "Leave a community.You must set the login_cookies.You can get the login_cookies from /twitter/user_login_v2.Trial operation price: $0.003 per call. login_cookies: The login cookie of the user.You can get the login_cookies from /twitter/user_login_v2.Must be set community_id: The id of the community to leave.Must be set proxy: The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504"
2459
2486
  },
2460
2487
  "get_webhook_rules": {
2461
2488
  "name": "get_webhook_rules",
@@ -14329,4 +14356,4 @@
14329
14356
  }
14330
14357
  }
14331
14358
  }
14332
- }
14359
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twitterapi-io-mcp",
3
- "version": "1.5.6",
3
+ "version": "1.5.8",
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",