{
  "name": "Xpoz",
  "description": "Read-only social-data agent for Twitter/X, Instagram, TikTok, and Reddit. Searches and retrieves 1.5B+ public posts, comments, and user profiles for brand monitoring, social listening, lead generation, and competitive intelligence.",
  "url": "https://mcp.xpoz.ai/mcp",
  "provider": {
    "organization": "Xpoz",
    "url": "https://www.xpoz.ai"
  },
  "version": "1.0.0",
  "documentationUrl": "https://docs.xpoz.ai/",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "authentication": {
    "schemes": ["oauth2"],
    "oauth2": {
      "authorizationServer": "https://www.xpoz.ai/.well-known/oauth-authorization-server",
      "scopes": ["read", "write"],
      "dynamicClientRegistration": true
    }
  },
  "trial": {
    "available": true,
    "signupRequired": false,
    "description": "Mint a free trial token with no sign-in required to try Xpoz before authenticating. Valid for 5 days, returns a limited set of results.",
    "tokenEndpoint": "https://api.xpoz.ai/api/trial/token",
    "tokenMethod": "POST",
    "tokenPrefix": "TRIAL",
    "expiresInSeconds": 432000,
    "limitedResults": true
  },
  "skills": [
    {
      "id": "twitter-search",
      "name": "Twitter / X search",
      "description": "Search posts, users, comments, retweets, quotes, and engagement metrics across Twitter/X.",
      "tags": ["twitter", "x", "social", "search"]
    },
    {
      "id": "instagram-search",
      "name": "Instagram search",
      "description": "Search posts (feed and Reels), users, comments, and connections on Instagram.",
      "tags": ["instagram", "social", "search"]
    },
    {
      "id": "tiktok-search",
      "name": "TikTok search",
      "description": "Search videos, creators, and comments on TikTok.",
      "tags": ["tiktok", "social", "search"]
    },
    {
      "id": "reddit-search",
      "name": "Reddit search",
      "description": "Search posts, comments, users, and subreddits across Reddit, with full thread context.",
      "tags": ["reddit", "social", "search"]
    },
    {
      "id": "tracking",
      "name": "Tracked-item monitoring",
      "description": "Continuously monitor queries, users, or subreddits across all four platforms — new matching content is indexed in real time.",
      "tags": ["monitoring", "tracking"]
    }
  ]
}
