Skip to content
Back to Xpoz

Card snapshot

xpoz.ai · 2026-07-16 14:37:30 UTC · fe5ad61030afac29ffff5c2172214194fc64a8b2c95100ef7c2a5d3a7c391803

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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 \u2014 new matching content is indexed in real time.",
      "tags": [
        "monitoring",
        "tracking"
      ]
    }
  ]
}