Skip to main content
The Xpoz MCP server provides AI agents with structured access to social media data across four platforms. It exposes 48 tools that let agents search posts, look up users, analyze engagement, and export data — all through the standard Model Context Protocol.

Key Features

4 Platforms, 48 Tools

Twitter/X, Instagram, Reddit, and TikTok — users, posts, comments, connections, and subreddits.

Server-Side Pagination

Efficient pagination with cached tables — 100 items per page, iterate through large result sets without re-querying.

Three Response Modes

Choose between fast (immediate results), paging (iterate through pages), and CSV (bulk export up to 500K rows).

Field Selection

Request only the fields you need to reduce response size and improve performance.

Platform Coverage

PlatformUsersPostsCommentsOther
Twitter/X5 tools8 tools
Instagram5 tools3 tools1 tool
Reddit3 tools2 tools1 tool3 subreddit tools
TikTok4 tools4 tools1 tool
Tracking3 tools
Account3 tools

How It Works

Your AI Agent (Claude, Gemini, Cursor, N8N, etc.)

        │  MCP Protocol

┌─────────────────────┐
│   Xpoz MCP Server   │
│   mcp.xpoz.ai/mcp   │
│                     │
│  48 tools across    │
│  4 platforms        │
└─────────┬───────────┘


┌─────────────────────┐
│  Xpoz Data Platform │
│  Billions of posts  │
│  and users          │
└─────────────────────┘
Your AI agent connects to the hosted Xpoz MCP server at https://mcp.xpoz.ai/mcp using your access key. The server handles data retrieval, pagination, caching, and data freshness — your agent just calls tools and gets structured results.

Next Steps

Installation

Connect the MCP server to your preferred AI client.

Browse Tools

See all 48 tools organized by platform.

Response Modes

Learn when to use fast, paging, or CSV mode.

Field Selection

Optimize performance by requesting only the fields you need.