twitterapi-io-mcp 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/data/docs.json +84 -3
  2. package/package.json +1 -1
package/data/docs.json CHANGED
@@ -3128,7 +3128,28 @@
3128
3128
  "code_snippets": [
3129
3129
  "curl --request PATCH \\\n --url 'https://api.twitterapi.io/twitter/update_avatar_v2' \\\n --header 'X-API-Key: <api-key>'"
3130
3130
  ],
3131
- "raw_text": "Update your Twitter avatar/profile picture. You must set the login_cookie. You can get the login_cookie from /twitter/user_login_v2. Trial operation price: $0.003 per call."
3131
+ "raw_text": "Update your Twitter avatar/profile picture. You must set the login_cookie. You can get the login_cookie from /twitter/user_login_v2. Trial operation price: $0.003 per call.",
3132
+ "contentType": "multipart/form-data",
3133
+ "parameters": [
3134
+ {
3135
+ "name": "file",
3136
+ "type": "binary",
3137
+ "required": true,
3138
+ "description": "The avatar image file to upload. Recommended size: 400x400 pixels. Maximum file size: 700KB. Supported formats: JPG, PNG"
3139
+ },
3140
+ {
3141
+ "name": "login_cookies",
3142
+ "type": "string",
3143
+ "required": true,
3144
+ "description": "Base64 encoded login cookies from /twitter/user_login_v2"
3145
+ },
3146
+ {
3147
+ "name": "proxy",
3148
+ "type": "string",
3149
+ "required": true,
3150
+ "description": "Residential proxy URL. Example: http://username:password@ip:port"
3151
+ }
3152
+ ]
3132
3153
  },
3133
3154
  "update_banner_v2": {
3134
3155
  "name": "update_banner_v2",
@@ -3152,7 +3173,28 @@
3152
3173
  "code_snippets": [
3153
3174
  "curl --request PATCH \\\n --url 'https://api.twitterapi.io/twitter/update_banner_v2' \\\n --header 'X-API-Key: <api-key>'"
3154
3175
  ],
3155
- "raw_text": "Update your Twitter banner/header image. You must set the login_cookie. You can get the login_cookie from /twitter/user_login_v2. Trial operation price: $0.003 per call."
3176
+ "raw_text": "Update your Twitter banner/header image. You must set the login_cookie. You can get the login_cookie from /twitter/user_login_v2. Trial operation price: $0.003 per call.",
3177
+ "contentType": "multipart/form-data",
3178
+ "parameters": [
3179
+ {
3180
+ "name": "file",
3181
+ "type": "binary",
3182
+ "required": true,
3183
+ "description": "The banner image file to upload. Recommended size: 1500x500 pixels. Maximum file size: 2MB. Supported formats: JPG, PNG"
3184
+ },
3185
+ {
3186
+ "name": "login_cookies",
3187
+ "type": "string",
3188
+ "required": true,
3189
+ "description": "Base64 encoded login cookies from /twitter/user_login_v2"
3190
+ },
3191
+ {
3192
+ "name": "proxy",
3193
+ "type": "string",
3194
+ "required": true,
3195
+ "description": "Residential proxy URL. Example: http://username:password@ip:port"
3196
+ }
3197
+ ]
3156
3198
  },
3157
3199
  "update_profile_v2": {
3158
3200
  "name": "update_profile_v2",
@@ -3240,7 +3282,46 @@
3240
3282
  "code_snippets": [
3241
3283
  "curl --request PATCH \\\n --url 'https://api.twitterapi.io/twitter/update_profile_v2' \\\n --header 'X-API-Key: <api-key>' \\\n --header 'Content-Type: application/json'"
3242
3284
  ],
3243
- "raw_text": "Update your Twitter profile information. 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_cookies: Base64 encoded login cookies of the user. You can get the login_cookie from /twitter/user_login_v2. Required proxy: The proxy to use. Please use high-quality residential proxies and avoid free proxies. Required. Example: http://username:password@ip:port name: Display name (maximum 50 characters) description: Bio/description (maximum 160 characters) location: Location (maximum 30 characters) url: Website URL"
3285
+ "raw_text": "Update your Twitter profile information. 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_cookies: Base64 encoded login cookies of the user. You can get the login_cookie from /twitter/user_login_v2. Required proxy: The proxy to use. Please use high-quality residential proxies and avoid free proxies. Required. Example: http://username:password@ip:port name: Display name (maximum 50 characters) description: Bio/description (maximum 160 characters) location: Location (maximum 30 characters) url: Website URL",
3286
+ "parameters": [
3287
+ {
3288
+ "name": "login_cookies",
3289
+ "type": "string",
3290
+ "required": true,
3291
+ "description": "Base64 encoded login cookies from /twitter/user_login_v2"
3292
+ },
3293
+ {
3294
+ "name": "proxy",
3295
+ "type": "string",
3296
+ "required": true,
3297
+ "description": "Residential proxy URL"
3298
+ },
3299
+ {
3300
+ "name": "name",
3301
+ "type": "string",
3302
+ "required": false,
3303
+ "description": "Display name (maximum 50 characters)"
3304
+ },
3305
+ {
3306
+ "name": "description",
3307
+ "type": "string",
3308
+ "required": false,
3309
+ "description": "Bio/description (maximum 160 characters)"
3310
+ },
3311
+ {
3312
+ "name": "location",
3313
+ "type": "string",
3314
+ "required": false,
3315
+ "description": "Location (maximum 30 characters)"
3316
+ },
3317
+ {
3318
+ "name": "url",
3319
+ "type": "string",
3320
+ "required": false,
3321
+ "description": "Website URL"
3322
+ }
3323
+ ],
3324
+ "known_issues": "Backend bug as of 2026-03-17: returns 'output.buffer.transfer is not a function' for all requests. Server-side Node.js issue."
3244
3325
  },
3245
3326
  "get_dm_history": {
3246
3327
  "name": "get_dm_history",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twitterapi-io-mcp",
3
- "version": "1.3.0",
3
+ "version": "1.3.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",