Xpoz MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Xpoz MCP Serverfind recent tweets about AI"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Xpoz MCP Server
Search Twitter, Instagram, Reddit & TikTok from any AI agent. Billions of posts indexed. Natural language queries. CSV exports up to 500K rows. No API keys needed.
Remote MCP server — no local installation required. Connect via Streamable HTTP and authenticate with OAuth 2.1 (sign in with Google, no API keys to manage). Direct probes to
https://mcp.xpoz.ai/mcpreturn401 Unauthorized— that's expected; your MCP client handles the OAuth flow.
Quick Start
Claude Desktop / Cursor / Windsurf
Add to your MCP config:
{
"mcpServers": {
"xpoz": {
"type": "streamable-http",
"url": "https://mcp.xpoz.ai/mcp"
}
}
}Claude Code, Codex, Gemini CLI
# Claude Code
claude mcp add --transport http --scope user xpoz https://mcp.xpoz.ai/mcp
# Codex / Gemini CLI: see https://www.xpoz.ai/integrationsOpenClaw
clawhub install xpoz-social-searchThen authenticate via the OAuth link when prompted. More pre-built skills are available — see clawhub.ai/u/atyachin.
Docker (stdio-only clients)
The repository ships a small Docker image that bridges stdio to the remote server through mcp-remote, for clients that can only launch local commands:
docker build -t xpoz-mcp .
docker run -i --rm -e XPOZ_API_KEY=your-key xpoz-mcpXPOZ_API_KEY is optional: without it the bridge falls back to the OAuth sign-in flow, which needs a browser. Get a key at xpoz.ai/get-token.
Related MCP server: Spectre
SDKs & CLI
If you'd rather call Xpoz directly from code or a terminal instead of through an MCP client:
TypeScript / Node.js
npm install @xpoz/xpozSource: XPOZpublic/xpoz-ts-sdk.
Python
pip install xpozSource: XPOZpublic/xpoz-python-sdk.
CLI
Platform | Install command |
macOS / Linux (Homebrew) |
|
macOS / Linux (one-liner) |
|
Windows (PowerShell) |
|
Windows (winget) |
|
Any platform with Python ≥ 3.10 |
|
Source: XPOZpublic/xpoz-cli.
All four channels speak the same MCP protocol against https://mcp.xpoz.ai/mcp under the hood, so any tool you see below is reachable from every surface. Get an API token at xpoz.ai/get-token.
Platforms & Tools
Twitter / X (14 tools)
Tool | Description |
| Find users by name, bio, or keywords |
| Get profile details (followers, bio, metrics) |
| Discover users actively posting about topics |
| Get followers or following list |
| Search tweets by keywords, hashtags, mentions |
| Get tweets from a specific user |
| Fetch specific tweets by ID |
| Get replies to a tweet |
| Get retweets of a tweet |
| Get quote tweets |
| Users who liked/retweeted a post |
| Count tweets matching a query (hourly/daily buckets) |
| Poll async export operations |
| Cancel a running operation |
Instagram (9 tools)
Tool | Description |
| Find users by name or username |
| Get profile details and metrics |
| Discover users posting about topics |
| Get followers or following list |
| Search posts by keywords or hashtags |
| Get posts from a specific user |
| Fetch specific posts by ID |
| Users who liked/commented on a post |
| Get comments on a post |
Reddit (9 tools)
Tool | Description |
| Find users by name |
| Get user profile and karma |
| Discover users active in topics |
| Search posts across subreddits |
| Get a post with its comment tree |
| Search comments by keywords |
| Find subreddits by name |
| Get a subreddit's metadata and recent posts |
| Discover subreddits by topic |
TikTok (7 tools)
Tool | Description |
| Find creators by name or username |
| Get creator profile (followers, likes, bio, verification) |
| Discover creators by topic in their post history |
| Search videos by keywords or hashtags |
| Get videos posted by a specific creator |
| Fetch specific videos by ID |
| Get comments on a specific video |
Tracking & Monitoring (3 tools)
For continuous brand monitoring and lead generation — Xpoz indexes new matching content as it appears.
Tool | Description |
| Subscribe to ongoing monitoring of a query, user, or subreddit across any platform |
| List your active tracked items with last-update timestamps |
| Stop monitoring tracked items by ID |
Key Features
Natural language queries — describe what you want, Xpoz optimizes the search
CSV exports — up to 500K rows in a single download via async operations
Server-side pagination — handle large result sets efficiently
Field selection — request only the fields you need
Cache control —
forceLatest: truebypasses cache for real-time dataAsync operations — long-running exports with status polling
OAuth 2.1 — dynamic client registration with Google as the upstream identity provider, no API keys to manage
Use Cases
Lead generation — find people discussing problems your product solves
Influencer discovery — identify creators by what they post, not just follower count
Brand monitoring — track mentions, sentiment, and competitor activity
Market research — analyze trends and conversations at scale
Expert finding — discover domain authorities across platforms
Security intelligence — monitor vulnerability discussions before CVEs publish
Discovery surfaces (for AI agents and scanners)
These public, machine-readable endpoints describe Xpoz to crawlers and agentic clients:
Surface | URL |
MCP manifest | |
MCP tool catalog (descriptions + JSON-Schema parameters) | |
Agent Skills index (agentskills.io v0.2.0) | |
| |
| |
| |
Webhooks contract | |
Rate limits & 429 contract |
Links
🌐 xpoz.ai
💰 Pricing
🐙 XPOZpublic on GitHub — TS SDK, Python SDK, CLI, agent skills, cookbooks
License
This repository contains configuration and documentation only. The Xpoz MCP server is a hosted service — see Terms of Service.
This server cannot be deployed
Maintenance
Related MCP Connectors
Twitter (X) API alternative for AI agents: tweet search, profiles, followers. $0.0002 per result.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Real-time LinkedIn, X (Twitter) and Reddit data for AI agents. Free key, self-minted, no signup.
Social media data: 85 tools across 11 platforms (YouTube, TikTok, Instagram, X & more), one key.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to automate Twitter/X interactions with over 140 tools, requiring no API key.367 npm530Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to fully automate X/Twitter interactions including searching, posting, engaging, and managing multiple accounts without paid API keys.MIT
- FlicenseNot gradedqualityBmaintenanceProvides social intelligence tools for AI agents to analyze competitor sentiment, trends, and brand mentions from X/Twitter data.-
- AlicenseAqualityDmaintenanceProvides AI agents with unified access to 21 social media platforms and 105 endpoints for retrieving profiles, posts, comments, search results, trending content, and analytics without per-platform authentication.4318 npmMIT