Skip to main content

1. Get your access key

Sign up at xpoz.ai and get your access key from the dashboard. A free tier is available.

2. Choose your integration

claude mcp add xpoz-mcp https://mcp.xpoz.ai/mcp \
  -t http \
  -H "Authorization: Bearer YOUR_API_KEY"
That’s it. Ask Claude to search social media:
Search Twitter for posts about "artificial intelligence" from the last week
Here are some queries to get you started:
Ask your AI agent:
Search Twitter for posts about "machine learning" from the last 30 days
const user = await client.instagram.getUser({
  identifier: 'natgeo',
  identifierType: 'username'
});

console.log(user.fullName, user.followerCount);
const results = await client.reddit.searchPosts({
  query: 'python best practices',
  subreddit: 'learnpython',
  responseType: 'fast'
});

4. Set up continuous tracking

Xpoz can continuously monitor keywords, users, subreddits, and hashtags you care about. Continuous tracking gives you better data coverage and fresher results.
Ask your AI agent:
Track the keyword "artificial intelligence" on Twitter and Reddit,
and track the user "openai" on Twitter
You can track keywords and users on all platforms, subreddits on Reddit, and hashtags on TikTok. See the Tracking Guide for best practices and common workflows.

Next steps

Authentication

Learn about access keys, Google sign-in, and bearer tokens

MCP Tools

Browse all 48 available tools

Continuous Tracking

Best practices for continuous tracking

Query Syntax

Master search with boolean operators