twitterapi-io-mcp 1.3.1 → 1.3.2
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/data/docs.json +64 -3
- package/package.json +1 -1
package/data/docs.json
CHANGED
|
@@ -2253,7 +2253,33 @@
|
|
|
2253
2253
|
"code_snippets": [
|
|
2254
2254
|
"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'"
|
|
2255
2255
|
],
|
|
2256
|
-
"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"
|
|
2256
|
+
"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",
|
|
2257
|
+
"parameters": [
|
|
2258
|
+
{
|
|
2259
|
+
"name": "login_cookies",
|
|
2260
|
+
"type": "string",
|
|
2261
|
+
"required": true,
|
|
2262
|
+
"description": "Base64 encoded login cookies from /twitter/user_login_v2"
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"name": "community_id",
|
|
2266
|
+
"type": "string",
|
|
2267
|
+
"required": true,
|
|
2268
|
+
"description": "The community ID to delete"
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"name": "community_name",
|
|
2272
|
+
"type": "string",
|
|
2273
|
+
"required": true,
|
|
2274
|
+
"description": "The community name"
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"name": "proxy",
|
|
2278
|
+
"type": "string",
|
|
2279
|
+
"required": true,
|
|
2280
|
+
"description": "Residential proxy URL"
|
|
2281
|
+
}
|
|
2282
|
+
]
|
|
2257
2283
|
},
|
|
2258
2284
|
"join_community_v2": {
|
|
2259
2285
|
"name": "join_community_v2",
|
|
@@ -2682,7 +2708,35 @@
|
|
|
2682
2708
|
"code_snippets": [
|
|
2683
2709
|
"curl --request POST \\\n --url 'https://api.twitterapi.io/oapi/tweet_filter/update_rule' \\\n --header 'X-API-Key: <api-key>' \\\n --header 'Content-Type: application/json'"
|
|
2684
2710
|
],
|
|
2685
|
-
"raw_text": "Update a tweet filter rule. You must set all parameters. rule_id: ID of the rule to update.Must be set tag: Custom tag to identify the rule.Must be set.Max length is 255 value: Rule to filter tweets.eg \"from:elonmusk OR from:kaitoeasyapi\".Must be set.Max length is 255 interval_seconds: Interval to check tweets.Must be set.Min value is 0.1.Max value is 86400 () is_effect: Whether the rule is effective.Must be set.1 means effective, 0 means not effective.Default value is 0"
|
|
2711
|
+
"raw_text": "Update a tweet filter rule. You must set all parameters. rule_id: ID of the rule to update.Must be set tag: Custom tag to identify the rule.Must be set.Max length is 255 value: Rule to filter tweets.eg \"from:elonmusk OR from:kaitoeasyapi\".Must be set.Max length is 255 interval_seconds: Interval to check tweets.Must be set.Min value is 0.1.Max value is 86400 () is_effect: Whether the rule is effective.Must be set.1 means effective, 0 means not effective.Default value is 0",
|
|
2712
|
+
"parameters": [
|
|
2713
|
+
{
|
|
2714
|
+
"name": "rule_id",
|
|
2715
|
+
"type": "string",
|
|
2716
|
+
"required": true
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"name": "tag",
|
|
2720
|
+
"type": "string",
|
|
2721
|
+
"required": true
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"name": "value",
|
|
2725
|
+
"type": "string",
|
|
2726
|
+
"required": true
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"name": "interval_seconds",
|
|
2730
|
+
"type": "number",
|
|
2731
|
+
"required": true
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"name": "is_effect",
|
|
2735
|
+
"type": "integer",
|
|
2736
|
+
"required": false,
|
|
2737
|
+
"description": "0=inactive, 1=active"
|
|
2738
|
+
}
|
|
2739
|
+
]
|
|
2686
2740
|
},
|
|
2687
2741
|
"delete_webhook_rule": {
|
|
2688
2742
|
"name": "delete_webhook_rule",
|
|
@@ -2724,7 +2778,14 @@
|
|
|
2724
2778
|
"code_snippets": [
|
|
2725
2779
|
"curl --request DELETE \\\n --url 'https://api.twitterapi.io/oapi/tweet_filter/delete_rule' \\\n --header 'X-API-Key: <api-key>' \\\n --header 'Content-Type: application/json'"
|
|
2726
2780
|
],
|
|
2727
|
-
"raw_text": "Delete a tweet filter rule. You must set all parameters. rule_id: ID of the rule to delete.Must be set"
|
|
2781
|
+
"raw_text": "Delete a tweet filter rule. You must set all parameters. rule_id: ID of the rule to delete.Must be set",
|
|
2782
|
+
"parameters": [
|
|
2783
|
+
{
|
|
2784
|
+
"name": "rule_id",
|
|
2785
|
+
"type": "string",
|
|
2786
|
+
"required": false
|
|
2787
|
+
}
|
|
2788
|
+
]
|
|
2728
2789
|
},
|
|
2729
2790
|
"get_community_by_id": {
|
|
2730
2791
|
"name": "get_community_by_id",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "twitterapi-io-mcp",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
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",
|