X (Twitter) MCP server

search_twitter

Search Twitter to retrieve tweets based on a specific query, filter results by product type, and limit the number of returned items for focused insights.

Instructions

Search Twitter with a query

Input Schema

NameRequiredDescriptionDefault
countNo
cursorNo
productNoTop
queryYes

Input Schema (JSON Schema)

{ "properties": { "count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 100, "title": "Count" }, "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cursor" }, "product": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "Top", "title": "Product" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_twitterArguments", "type": "object" }
ID: 7w9byzj3wm