Connection
| Setting | Value |
|---|---|
| Protocol | HTTP (StreamableHTTP) |
| Port | 3100 |
| Base URL | https://xquik.com:3100 |
| Auth header | x-api-key |
Authentication
The MCP server uses the same API keys as the REST API. Pass your key via thex-api-key HTTP header during the MCP handshake.
Setup
- Claude Desktop
- Claude Code
Add to your
claude_desktop_config.json:Available Tools
The MCP server exposes 9 tools:| Tool | Description |
|---|---|
list-monitors | List all monitored X accounts |
add-monitor | Start monitoring an X account |
remove-monitor | Stop monitoring an X account |
get-events | Query events with filtering and pagination |
get-event | Get a single event by ID |
search-tweets | Search for tweets matching a query |
get-user-info | Get profile info for an X user |
list-webhooks | List all webhook endpoints |
add-webhook | Register a new webhook endpoint |
Example Prompts
Once connected, you can ask your AI agent things like:- “Monitor @elonmusk for new tweets and replies”
- “Show me the latest events from my monitors”
- “Search for tweets about TypeScript”
- “How many followers does @veraborovic have?”
- “Set up a webhook at https://my-server.com/events for new tweets”