{
  "name": "Verseodin",
  "version": "1.0.0",
  "description": "AI visibility monitoring agent. Query tracked brand universes, fetch AI/GEO/AEO metrics, inspect which AI assistants (ChatGPT, Gemini, Perplexity, Claude, Grok) cite your brand, and compare against competitors.",
  "documentationUrl": "https://verseodin.com/docs/api",
  "provider": {
    "organization": "Stay Whizzy INC",
    "url": "https://verseodin.com",
    "contact": "contact@verseodin.com"
  },
  "supportedInterfaces": [
    {
      "protocol": "mcp",
      "url": "https://verseodin.com/api/mcp",
      "transport": "http",
      "version": "2025-03-26",
      "description": "Model Context Protocol endpoint (JSON-RPC 2.0 over HTTP POST)."
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "bearer",
      "apiKey"
    ],
    "authorizationServers": [
      "https://verseodin.com"
    ],
    "protectedResourceMetadata": "https://verseodin.com/.well-known/oauth-protected-resource",
    "authorizationServerMetadata": "https://verseodin.com/.well-known/oauth-authorization-server",
    "apiKey": {
      "location": "query",
      "name": "api_key",
      "issuanceEndpoint": "https://verseodin.com/api/mcp/keys"
    }
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "list_universes",
      "name": "List tracked universes",
      "description": "Returns every universe (website) the authenticated user is tracking, along with each one's latest data day. Call this first to resolve universe IDs for later skills.",
      "tags": [
        "discovery",
        "universe",
        "listing"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "List all universes I am tracking",
        "What websites am I monitoring?"
      ]
    },
    {
      "id": "get_metric",
      "name": "Fetch a specific metric for a universe",
      "description": "Returns a named metric (AI visibility, GEO citations, AEO brand mentions, competitor rankings, blindspot prompts, citation indexes, etc.) for a single universe on the latest — or a specified — day. Supports multi-day trend queries and per-engine filtering (chatgpt, gemini, perplexity, claude, grok).",
      "tags": [
        "metrics",
        "ai-visibility",
        "geo",
        "aeo",
        "competitive"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "Get ai_competitive_analysis for universe 7250a7ea on 2026-04-17",
        "Show me geo_top_citing_domains over the last 14 days for ChatGPT"
      ]
    },
    {
      "id": "get_tab",
      "name": "Fetch dashboard tab summary",
      "description": "Returns all scalar summary scores for a named dashboard tab (ai_visibility, geo_audit, aeo_audit, monitors) in a single call. Use this for quick overview and get_metric for drilldowns.",
      "tags": [
        "dashboard",
        "summary"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "Give me the AI visibility summary for this universe",
        "Show me the GEO audit tab for today"
      ]
    },
    {
      "id": "get_socials",
      "name": "Socials — YouTube & Reddit citations",
      "description": "Surfaces the prompts that cite YouTube videos and Reddit threads for a tracked universe, grouped by platform with top sources.",
      "tags": [
        "socials",
        "citations"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "Which prompts cite YouTube or Reddit for my brand?"
      ]
    }
  ],
  "termsOfServiceUrl": "https://verseodin.com/terms",
  "privacyPolicyUrl": "https://verseodin.com/privacy"
}