{
  "specVersion": "1.0",
  "host": {
    "displayName": "POPJAM",
    "identifier": "did:web:popjam.io",
    "description": "AI marketing engine: brand research, audience discovery, ad creative generation, persona simulation, and campaign runs."
  },
  "entries": [
    {
      "identifier": "urn:air:popjam.io:mcp:popjam",
      "displayName": "POPJAM MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://popjam.io/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "generate ad creatives for my brand with AI",
        "simulate how a target audience reacts to my ad before spending budget",
        "run a full marketing campaign from a landing page URL",
        "research my market and define target audiences"
      ]
    },
    {
      "identifier": "urn:air:popjam.io:openapi:popjam-api",
      "displayName": "POPJAM REST API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://api.popjam.io/openapi.json",
      "representativeQueries": [
        "generate an ad creative via REST API",
        "list ad campaigns and their simulation results",
        "upload a product catalog for ad generation"
      ]
    },
    {
      "identifier": "urn:air:popjam.io:docs:llms-txt",
      "displayName": "POPJAM llms.txt",
      "type": "text/markdown",
      "url": "https://popjam.io/llms.txt",
      "representativeQueries": [
        "what is POPJAM and what does it do",
        "how does POPJAM simulate audience reactions to ads"
      ]
    },
    {
      "identifier": "urn:air:popjam.io:docs:agent-auth",
      "displayName": "Agent authentication guide",
      "type": "text/markdown",
      "url": "https://popjam.io/auth.md",
      "representativeQueries": [
        "how does an AI agent authenticate with POPJAM",
        "how do I connect an MCP client to POPJAM"
      ]
    }
  ]
}
