{
  "specVersion": "1.0",
  "host": {
    "name": "Product Launch Checklist",
    "url": "https://productlaunchchecklist.com",
    "description": "A free checklist for people launching software, with the reason for every step and permission to skip."
  },
  "entries": [
    {
      "identifier": "urn:air:productlaunchchecklist.com:mcp:checklist",
      "displayName": "Product Launch Checklist MCP server",
      "type": "application/json",
      "url": "https://productlaunchchecklist.com/.well-known/mcp/server-card.json",
      "description": "MCP tools to read the checklist filtered by launch type, or a single item.",
      "representativeQueries": [
        "What should I do before launching my SaaS?",
        "Product launch checklist for a mobile app",
        "Steps to launch a browser extension"
      ]
    },
    {
      "identifier": "urn:air:productlaunchchecklist.com:docs:checklist-markdown",
      "displayName": "Full product launch checklist (Markdown)",
      "type": "text/markdown",
      "url": "https://productlaunchchecklist.com/llms-full.txt",
      "description": "Every phase and item of the checklist with reasons, skip notes, tools and links.",
      "representativeQueries": [
        "How do I prepare for a Product Hunt launch?",
        "What to do in the first week after launching software",
        "Website launch checklist"
      ]
    },
    {
      "identifier": "urn:air:productlaunchchecklist.com:skills:product-launch-checklist",
      "displayName": "Product launch checklist agent skill",
      "type": "text/markdown",
      "url": "https://productlaunchchecklist.com/.well-known/agent-skills/product-launch-checklist/SKILL.md",
      "description": "Instructions for walking someone through their launch with this checklist.",
      "representativeQueries": [
        "Help me plan my product launch",
        "Walk me through launching my open source project"
      ]
    },
    {
      "identifier": "urn:air:productlaunchchecklist.com:api:openapi",
      "displayName": "Product Launch Checklist API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://productlaunchchecklist.com/openapi.json",
      "description": "Subscribe to checklist updates and check API health.",
      "representativeQueries": [
        "Subscribe to product launch checklist updates",
        "Product launch checklist API"
      ]
    }
  ]
}