{
  "mcp_version": "2025-03-26",
  "server_name": "Xpoz MCP Server",
  "server_version": "1.0.0",
  "description": "Social data API and MCP server for brand monitoring, lead generation, and social listening. Query Twitter/X, Instagram, TikTok, and Reddit through natural language from AI agents and coding agents (Claude Code, Codex, Gemini CLI, Cursor). 1.5B+ indexed posts. One OAuth endpoint across all four platforms.",
  "categories": [
    "social data API",
    "social media data API",
    "brand monitoring API",
    "social listening API",
    "social media monitoring API",
    "social lead generation API",
    "competitive intelligence API",
    "OSINT data layer"
  ],
  "target_clients": [
    "Claude Code",
    "Claude Desktop",
    "Claude.ai",
    "ChatGPT",
    "Codex",
    "Gemini CLI",
    "Cursor",
    "LangChain",
    "n8n",
    "Make.com"
  ],
  "endpoints": {
    "streamable_http": "https://mcp.xpoz.ai/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "sampling": false,
    "roots": false
  },
  "tools_summary": {
    "twitter": [
      "getTwitterPostsByKeywords",
      "getTwitterPostsByAuthor",
      "getTwitterPostsByIds",
      "getTwitterUser",
      "getTwitterUserConnections",
      "getTwitterUsersByKeywords",
      "getTwitterPostComments",
      "getTwitterPostQuotes",
      "getTwitterPostRetweets",
      "getTwitterPostInteractingUsers",
      "searchTwitterUsers",
      "countTweets"
    ],
    "instagram": [
      "getInstagramPostsByKeywords",
      "getInstagramPostsByUser",
      "getInstagramPostsByIds",
      "getInstagramUser",
      "getInstagramUserConnections",
      "getInstagramUsersByKeywords",
      "getInstagramCommentsByPostId",
      "getInstagramPostInteractingUsers",
      "searchInstagramUsers"
    ],
    "tiktok": [
      "getTiktokPostsByKeywords",
      "getTiktokPostsByUser",
      "getTiktokPostsByIds",
      "getTiktokCommentsByPostId",
      "getTiktokUser",
      "getTiktokUsersByKeywords",
      "searchTiktokUsers"
    ],
    "reddit": [
      "getRedditPostsByKeywords",
      "getRedditCommentsByKeywords",
      "getRedditPostWithCommentsById",
      "getRedditSubredditWithPostsByName",
      "getRedditSubredditsByKeywords",
      "getRedditUser",
      "getRedditUsersByKeywords",
      "searchRedditSubreddits",
      "searchRedditUsers"
    ],
    "utility": [
      "checkOperationStatus",
      "cancelOperation",
      "checkAccessKeyStatus"
    ]
  },
  "authentication": {
    "required": true,
    "methods": ["oauth2"],
    "oauth2": {
      "authorization_server": "https://www.xpoz.ai/.well-known/oauth-authorization-server",
      "scopes_supported": ["read", "write"],
      "dynamic_registration_supported": true
    }
  },
  "pricing": {
    "free_tier_available": true,
    "free_tier_limits": {
      "results_per_month": 100000,
      "tracked_items": 1
    },
    "pricing_page": "https://www.xpoz.ai/pricing"
  },
  "rate_limits": {
    "requests_per_minute": 60,
    "concurrent_operations": 10
  },
  "data_coverage": {
    "platforms": ["twitter", "instagram", "tiktok", "reddit"],
    "indexed_posts": "1.5B+",
    "data_freshness": "real-time to daily depending on plan"
  },
  "documentation": {
    "help_center": "https://help.xpoz.ai",
    "getting_started": "https://help.xpoz.ai/en/collections/16124756-getting-started",
    "llms_txt": "https://www.xpoz.ai/llms.txt",
    "llms_full_txt": "https://www.xpoz.ai/llms-full.txt"
  },
  "contact": {
    "support_email": "support@xpoz.ai",
    "sales_email": "sales@xpoz.ai",
    "twitter": "https://x.com/XPOZAI",
    "linkedin": "https://linkedin.com/company/xpozinc",
    "youtube": "https://www.youtube.com/@xpoz-ai"
  },
  "legal": {
    "terms_of_service": "https://www.xpoz.ai/terms",
    "privacy_policy": "https://www.xpoz.ai/privacy"
  }
}
