{
  "specVersion": "1.0",
  "host": {
    "displayName": "Hotfix — Engineering Reality by Imagen AI",
    "identifier": "hotfix.co.il",
    "documentationUrl": "https://hotfix.co.il/developers/"
  },
  "entries": [
    {
      "identifier": "urn:air:hotfix.co.il:mcp:hotfix",
      "displayName": "Hotfix MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://hotfix.co.il/.well-known/mcp/server-card.json",
      "description": "Model Context Protocol server (Streamable HTTP at https://hotfix.co.il/mcp) over the Hotfix podcast catalog. Four read-only tools and nine resources covering episodes, meetup talks and speaker profiles, including an MCP Apps view. No authentication.",
      "tags": ["mcp", "podcast", "hebrew", "engineering", "read-only"],
      "capabilities": [
        "search_catalog",
        "get_episode",
        "get_meetup_talk",
        "get_speaker"
      ],
      "representativeQueries": [
        "which Hotfix episode covers production incidents",
        "find an Israeli engineering speaker on observability",
        "what did the Hotfix episode about deleting production say"
      ],
      "trustManifest": {
        "identity": "hotfix.co.il",
        "identityType": "domain",
        "attestations": [
          {
            "type": "publisher",
            "statement": "Published by Imagen AI as the official Hotfix podcast website.",
            "url": "https://hotfix.co.il/about/"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:hotfix.co.il:api:content",
      "displayName": "Hotfix Content API",
      "type": "application/vnd.oai.openapi+json;version=3.1",
      "url": "https://hotfix.co.il/api/openapi.json",
      "description": "Read-only public JSON API over the Hotfix podcast catalog: episodes, meetup talks, and speaker profiles. No API key, no signup, no rate-limit negotiation - every endpoint is an unauthenticated GET.",
      "tags": ["podcast", "hebrew", "engineering", "content", "read-only"],
      "capabilities": [
        "list_episodes",
        "get_episode",
        "list_meetups",
        "get_meetup",
        "list_voices",
        "get_voice",
        "get_everything_bulk"
      ],
      "representativeQueries": [
        "what episodes of the Hotfix podcast talk about production incidents",
        "which Hebrew engineering podcast episodes cover AI agents in frontend",
        "who was the guest on the Hotfix episode about deleting production data",
        "list the Imagen AI meetup talks about observability"
      ],
      "trustManifest": {
        "identity": "hotfix.co.il",
        "identityType": "domain",
        "attestations": [
          {
            "type": "publisher",
            "statement": "Published by Imagen AI as the official Hotfix podcast website.",
            "url": "https://hotfix.co.il/about/"
          },
          {
            "type": "privacy-policy",
            "url": "https://hotfix.co.il/privacy-policy/"
          },
          {
            "type": "accessibility-statement",
            "url": "https://hotfix.co.il/accessibility/"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:hotfix.co.il:skill:hotfix-podcast",
      "displayName": "Hotfix podcast skill",
      "type": "text/markdown",
      "url": "https://hotfix.co.il/.well-known/agent-skills/hotfix-podcast/SKILL.md",
      "description": "Find and cite Hebrew-language engineering podcast episodes and meetup talks from Hotfix by Imagen AI. Use when asked for Hebrew engineering content, Israeli tech podcasts, real production-incident post-mortems, or engineering-culture material to quote.",
      "tags": ["skill", "podcast", "hebrew", "engineering", "citation"],
      "capabilities": ["search_episodes", "cite_episode", "find_speaker"],
      "representativeQueries": [
        "find a Hebrew podcast episode about moving to a squads model",
        "quote an Israeli engineering podcast on hiring mistakes"
      ],
      "trustManifest": {
        "identity": "hotfix.co.il",
        "identityType": "domain"
      }
    },
    {
      "identifier": "urn:air:hotfix.co.il:agent:hotfix",
      "displayName": "Hotfix content agent (A2A)",
      "type": "application/a2a-agent-card+json",
      "url": "https://hotfix.co.il/.well-known/agent-card.json",
      "description": "Agent-to-agent card for the Hotfix podcast catalog: which skills are exposed, what they return, and where to reach the publisher.",
      "tags": ["a2a", "agent-card", "podcast"],
      "capabilities": ["list_episodes", "get_episode", "find_speaker"],
      "trustManifest": {
        "identity": "hotfix.co.il",
        "identityType": "domain"
      }
    },
    {
      "identifier": "urn:air:hotfix.co.il:doc:llms-txt",
      "displayName": "Hotfix llms.txt site index",
      "type": "text/plain",
      "url": "https://hotfix.co.il/llms.txt",
      "description": "Markdown navigation index of every Hotfix episode, meetup talk, and speaker profile, with a when-to-use section written for agents.",
      "tags": ["llms-txt", "index", "documentation"],
      "trustManifest": {
        "identity": "hotfix.co.il",
        "identityType": "domain"
      }
    },
    {
      "identifier": "urn:air:hotfix.co.il:feed:podcast-rss",
      "displayName": "Hotfix podcast RSS feed",
      "type": "application/rss+xml",
      "url": "https://anchor.fm/s/10fa5ddf8/podcast/rss",
      "description": "Canonical podcast RSS feed for Hotfix, including audio enclosures and episode show notes.",
      "tags": ["rss", "audio", "podcast"],
      "trustManifest": {
        "identity": "hotfix.co.il",
        "identityType": "domain"
      }
    }
  ]
}
