twitterapi-search
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add janwilmake/twitterapi-search
# Browse available tools
npx -y smithery tool list janwilmake/twitterapi-search
# Get full schema for a tool
npx -y smithery tool get janwilmake/twitterapi-search searchTweetsAdvanced
# Call a tool
npx -y smithery tool call janwilmake/twitterapi-search searchTweetsAdvanced '{}'Direct MCP Connection
Endpoint: https://twitterapi-search--janwilmake.run.tools
Required config:
apiKey(query) — Your twitterapi.io API key for authentication. Get it at https://twitterapi.io/dashboard
Tools (1)
searchTweetsAdvanced— Search for tweets using advanced query operators and filters. Each page returns approximately 20 tweets. Use cursor for…
# Get full input/output schema for a tool
npx -y smithery tool get janwilmake/twitterapi-search