{
  "specVersion": "1.0",
  "host": {
    "displayName": "Stacktree",
    "url": "https://stacktr.ee",
    "contact": "support@stacktr.ee"
  },
  "entries": [
    {
      "identifier": "urn:air:stacktr.ee:server:stacktree",
      "displayName": "Stacktree MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://stacktr.ee/.well-known/mcp/server-card.json",
      "description": "Agent-first private-by-default HTML hosting. Publish, list, update, and manage static sites as an AI agent over MCP. OAuth + dynamic client registration, plus anonymous one-shot publishing.",
      "capabilities": [
        "publish_html",
        "update_site",
        "delete_site",
        "get_site",
        "list_sites",
        "set_password",
        "set_expiry",
        "set_email_gate",
        "set_agentation"
      ],
      "tags": [
        "hosting",
        "html",
        "static-site",
        "publishing",
        "mcp",
        "agent-output",
        "deploy"
      ],
      "representativeQueries": [
        "host this HTML page and give me a public URL",
        "publish the site my agent just generated so I can share it",
        "deploy a static site from agent output",
        "share a private HTML report behind a password or email gate",
        "put this Claude/ChatGPT artifact online at a memorable link"
      ],
      "version": "1.0.0",
      "metadata": {
        "supportsOAuth": true,
        "supportsApiKey": true,
        "supportsAnonymous": true,
        "dynamicClientRegistration": true,
        "transport": "streamable-http",
        "mcpEndpoint": "https://api.stacktr.ee/mcp"
      }
    },
    {
      "identifier": "urn:air:stacktr.ee:api:rest",
      "displayName": "Stacktree REST API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://stacktr.ee/openapi.json",
      "description": "OpenAPI 3.1 surface for publishing and managing Stacktree sites from CI jobs or non-MCP clients using a long-lived API key.",
      "capabilities": [
        "publish",
        "manage-sites",
        "custom-domains",
        "share-tokens"
      ],
      "tags": [
        "hosting",
        "rest",
        "openapi",
        "publishing",
        "ci"
      ],
      "representativeQueries": [
        "publish a static site from a CI job",
        "deploy HTML to a URL with an API key"
      ],
      "version": "1.0.0"
    }
  ]
}