# Tweet Search

Search Twitter using advanced operators to find relevant tweets, media, and links. Filter by users, hashtags, dates, sentiment, and more, then paginate through results to explore deeper. Discover tim…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add janwilmake/x-search-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list janwilmake/x-search-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get janwilmake/x-search-mcp searchTweetsAdvanced

# Call a tool
npx -y @smithery/cli@latest tool call janwilmake/x-search-mcp searchTweetsAdvanced '{}'
```

## Direct MCP Connection

Endpoint: `https://x-search-mcp--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…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get janwilmake/x-search-mcp <tool-name>
```
