Skip to main content
Glama

Twitter MCP Server

historicalTweetSearch

Search through Twitter's historical tweets using specific queries and date ranges, overcoming standard API limitations. Retrieve up to 200 results per search for deeper insights.

Instructions

Search historical tweets beyond standard API limitations

Input Schema

NameRequiredDescriptionDefault
dateRangeYesDate range for historical search
maxResultsNoMaximum number of results (default: 50, max: 200)
queryYesSearch query string

Input Schema (JSON Schema)

{ "properties": { "dateRange": { "description": "Date range for historical search", "properties": { "end": { "description": "End date in ISO 8601 format", "type": "string" }, "start": { "description": "Start date in ISO 8601 format", "type": "string" } }, "required": [ "start", "end" ], "type": "object" }, "maxResults": { "description": "Maximum number of results (default: 50, max: 200)", "maximum": 200, "minimum": 1, "type": "number" }, "query": { "description": "Search query string", "type": "string" } }, "required": [ "query", "dateRange" ], "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