Skip to main content
Glama

Twitter MCP Server

advancedTweetSearch

Search Twitter using advanced operators and filters, such as language, date range, and keywords, to bypass API tier restrictions and retrieve precise results.

Instructions

Advanced tweet search with operators and filters, bypassing API tier restrictions

Input Schema

NameRequiredDescriptionDefault
endTimeNoEnd time for search in ISO 8601 format
includeRetweetsNoWhether to include retweets in results (default: true)
languageNoLanguage code to filter tweets (e.g., "en", "es", "fr")
maxResultsNoMaximum number of results to return (default: 10, max: 100)
queryYesSearch query with advanced operators (e.g., "AI OR ML -crypto lang:en")
startTimeNoStart time for search in ISO 8601 format (e.g., "2024-01-01T00:00:00Z")

Input Schema (JSON Schema)

{ "properties": { "endTime": { "description": "End time for search in ISO 8601 format", "type": "string" }, "includeRetweets": { "description": "Whether to include retweets in results (default: true)", "type": "boolean" }, "language": { "description": "Language code to filter tweets (e.g., \"en\", \"es\", \"fr\")", "type": "string" }, "maxResults": { "description": "Maximum number of results to return (default: 10, max: 100)", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "Search query with advanced operators (e.g., \"AI OR ML -crypto lang:en\")", "type": "string" }, "startTime": { "description": "Start time for search in ISO 8601 format (e.g., \"2024-01-01T00:00:00Z\")", "type": "string" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-twitter-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server