Remote-only social media MCP server for Twitter/X, Instagram, and TikTok data & insights.
Overview
What is Xpoz?
Xpoz is a remote-only social media MCP server that provides access to data and insights from Twitter/X, Instagram, and TikTok, enabling users to perform social intelligence analysis.
How to use Xpoz?
To use Xpoz, simply add the endpoint URL to your configuration, and you can start querying data without any installation or API keys.
Key features of Xpoz?
- Zero setup required; no local dependencies needed.
- No API keys or rate limit management.
- Access to comprehensive data including user profiles, posts, and engagement metrics.
- CSV export for bulk data analysis.
- Secure OAuth 2.0 authentication.
- Over 1.5 billion posts indexed, including historical data.
- Multi-platform querying for Twitter/X and Instagram.
Use cases of Xpoz?
- Brand monitoring and sentiment analysis.
- Competitive intelligence and analysis.
- Influencer research and verification.
- Content trend analysis.
- Social media analytics and OSINT research.
FAQ from Xpoz?
- Can I access TikTok data?
Yes, TikTok data access is coming soon.
- Is there a limit to the number of queries I can make?
No, there are no API keys or rate limits to manage.
- How do I export data?
You can export full datasets to CSV for large-scale analysis.
Server Config
{
"mcpServers": {
"xpoz": {
"url": "https://mcp.xpoz.ai/mcp",
"transport": "http-streaming",
"headers": {
"Authorization": "Bearer [xpoz personal token]"
}
}
}
}