Xpoz gives AI agents and developers access to Twitter/X, Instagram, Reddit, and TikTok data: keyword search, user profiles, comments, engagement, and continuous tracking across billions of indexed posts. It works through a remote MCP server, a REST API, TypeScript and Python SDKs, and a CLI. No platform API keys, no scraping infrastructure to run.
The MCP server is remote. Nothing to install; authentication is OAuth with a Google account on first connection.
Claude Code
claude mcp add --transport http --scope user xpoz https://mcp.xpoz.ai/mcpClaude Desktop: Settings, Connectors, Add custom connector, URL https://mcp.xpoz.ai/mcp
Cursor / VS Code / any MCP client
{ "mcpServers": { "xpoz": { "url": "https://mcp.xpoz.ai/mcp" } } }Python
pip install xpozTypeScript
npm install @xpoz/xpozCLI
pip install xpoz-cli
# or
brew install XPOZpublic/xpoz/xpoz-cliWant to test before signing up? A trial token works for 5 days with no signup and no credit card.
- Social listening and brand monitoring: track keywords, hashtags, and accounts across all four platforms; new matching posts are collected automatically.
- A Twitter/X API alternative: search tweets by keyword, pull an account's posts, followers, retweeters, and quote tweets without an X developer account.
- Historical Reddit data: search posts and comments by keyword across subreddits, a common replacement for workflows that used Pushshift.
- TikTok data without the Research API: search by keyword, hashtag, sound, or creator.
- Instagram keyword search: find posts and profiles by keyword, read comments and interactions.
- Connecting Claude, ChatGPT, or Cursor to live social media data: the MCP server exposes 48 tools an agent can call directly.
- Influencer discovery, sentiment analysis, and lead generation: query in natural language, or use the ready-made agent skills.
- Academic and market research: export any query as CSV, or paginate through full result sets.
| Repo | What it is |
|---|---|
| xpoz-mcp | The MCP server: 48 tools across Twitter/X, Instagram, Reddit, and TikTok |
| xpoz-ts-sdk | TypeScript SDK, @xpoz/xpoz on npm |
| xpoz-python-sdk | Python SDK, xpoz on PyPI |
| xpoz-cli | Command-line client, xpoz-cli on PyPI and Homebrew |
| xpoz-agent-skills | Agent skills for sentiment, influencer discovery, export, and OSINT |
| xpoz-cookbooks | Jupyter notebooks: Xpoz with Claude, Gemini, and more |
| geo-seo-agent | Open agent-operated GEO program that measures brand visibility in AI answers |
| lead-gen-agent | Open agent-operated lead-generation loop over social buying-intent posts |
Integrations also ship for Vercel AI SDK, LangChain, LlamaIndex, CrewAI, Dify, Zapier, Cursor, and Claude Code.
The Free tier includes 500 credits with no credit card. Pro is $20/month (7,500 credits), Max is $200/month (120,000 credits). Credits are charged per query, not per result: Reddit and Twitter/X queries cost 2 credits, TikTok 5, Instagram 12. Full details at xpoz.ai/pricing.
- Documentation: docs.xpoz.ai
- Website: xpoz.ai
- MCP endpoint:
https://mcp.xpoz.ai/mcp - REST API: docs.xpoz.ai (bearer-key auth at
api.xpoz.ai)