{
  "specVersion": "1.0",
  "host": {
    "displayName": "LLM Pulse",
    "identifier": "did:web:llmpulse.net",
    "documentationUrl": "https://llmpulse.net/api-docs",
    "logoUrl": "https://llmpulse.net/logo.png"
  },
  "entries": [
    {
      "identifier": "urn:ai:llmpulse.net:server:mcp",
      "displayName": "LLM Pulse MCP Server",
      "type": "application/mcp-server+json",
      "url": "https://llmpulse.net/api/v1/mcp",
      "description": "Model Context Protocol server exposing LLM Pulse brand-visibility, share-of-voice, citation and sentiment analytics across ChatGPT, Perplexity, Gemini and Google AI Overviews. Authenticates with OAuth 2.1 (every plan) or a Bearer API key (Scale and above).",
      "tags": [
        "ai-visibility",
        "geo",
        "brand-monitoring",
        "analytics",
        "mcp"
      ],
      "capabilities": [
        "assign_prompt_tags",
        "create_annotation",
        "create_collection",
        "create_competitor",
        "create_intelligence_task",
        "create_prompts",
        "create_technical_geo_report",
        "create_webhook_subscription",
        "delete_webhook_subscription",
        "get_agent_traffic",
        "get_ai_model_position_distribution",
        "get_ai_model_summary",
        "get_ai_overview_results",
        "get_answer",
        "get_cited_url_content",
        "get_cited_url_details",
        "get_competitor_details",
        "get_intelligence_task",
        "get_project_details",
        "get_prompt_summary",
        "get_recommendation",
        "get_sov",
        "get_summary",
        "get_timeseries",
        "get_top_sources",
        "get_webhook_sample",
        "launch_recommendations",
        "list_agent_bots",
        "list_all_citations",
        "list_all_mentions",
        "list_answers",
        "list_citation_groups",
        "list_citations",
        "list_cited_url_occurrences",
        "list_collections",
        "list_competitor_citations",
        "list_competitor_mentions",
        "list_competitors",
        "list_detailed_sentiments",
        "list_intelligence_tasks",
        "list_locales",
        "list_mentions",
        "list_models",
        "list_projects",
        "list_prompt_executions",
        "list_prompts",
        "list_recommendations",
        "list_sentiments",
        "list_sources",
        "list_tags",
        "list_webhook_subscriptions"
      ],
      "representativeQueries": [
        "how visible is my brand in ChatGPT compared to competitors",
        "what is my share of voice across AI models this month",
        "which sources do AI assistants cite when answering about my industry",
        "show the sentiment of AI answers that mention my brand"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-06-19T00:00:00Z",
      "trustManifest": {
        "identity": "https://llmpulse.net/api/v1/mcp",
        "identityType": "https",
        "attestations": [
          {
            "type": "OAuth2-AuthorizationServerMetadata",
            "uri": "https://llmpulse.net/.well-known/oauth-authorization-server"
          },
          {
            "type": "OAuth2-ProtectedResourceMetadata",
            "uri": "https://llmpulse.net/.well-known/oauth-protected-resource/api/v1/mcp"
          },
          {
            "type": "JWKS",
            "uri": "https://llmpulse.net/oauth/jwks.json"
          }
        ]
      }
    },
    {
      "identifier": "urn:ai:llmpulse.net:api:rest-v1",
      "displayName": "LLM Pulse REST API v1",
      "type": "application/openapi+json",
      "url": "https://llmpulse.net/openapi.json",
      "description": "RESTful API for LLM Pulse AI-visibility analytics: metrics (timeseries, summary, share of voice), dimensions, citation intelligence, answers, sentiments and recommendations. Bearer token auth.",
      "tags": [
        "ai-visibility",
        "geo",
        "brand-monitoring",
        "analytics",
        "rest",
        "openapi"
      ],
      "representativeQueries": [
        "pull my brand visibility timeseries for the last 30 days",
        "list the competitors tracked for a project",
        "get the top cited domains across AI answers"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-06-19T00:00:00Z"
    }
  ]
}