{
  "openapi": "3.1.0",
  "info": {
    "title": "kicktipp-agent.com",
    "version": "1.2.0",
    "description": "Public discovery documents for kicktipp-agent. The Kicktipp CLI and MCP server run on the user's machine, not on this origin."
  },
  "servers": [
    {
      "url": "https://kicktipp-agent.com"
    }
  ],
  "paths": {
    "/": {
      "get": {
        "summary": "Product homepage",
        "responses": {
          "200": {
            "description": "HTML homepage"
          }
        }
      }
    },
    "/status.json": {
      "get": {
        "summary": "Site liveness",
        "responses": {
          "200": {
            "description": "JSON status"
          }
        }
      }
    },
    "/robots.txt": {
      "get": {
        "summary": "Crawl rules",
        "responses": {
          "200": {
            "description": "text/plain robots.txt"
          }
        }
      }
    },
    "/sitemap.xml": {
      "get": {
        "summary": "Sitemap",
        "responses": {
          "200": {
            "description": "XML sitemap"
          }
        }
      }
    },
    "/.well-known/mcp/server-card.json": {
      "get": {
        "summary": "MCP Server Card",
        "responses": {
          "200": {
            "description": "How to start the local MCP server"
          }
        }
      }
    }
  }
}
