{
  "specVersion": "1.0",
  "host": {
    "displayName": "Konstant",
    "identifier": "konstant.cloud"
  },
  "entries": [
    {
      "identifier": "urn:ai:konstant.cloud:mcp-server:site",
      "displayName": "Konstant site MCP server",
      "type": "application/mcp-server+json",
      "url": "https://konstant.cloud/.well-known/mcp.json",
      "description": "Streamable HTTP MCP server for konstant.cloud: read the machine-readable overview of Konstant and request a conversation with the team. No authentication."
    },
    {
      "identifier": "urn:ai:konstant.cloud:api:site",
      "displayName": "konstant.cloud site API",
      "type": "application/openapi+json",
      "url": "https://konstant.cloud/openapi.json",
      "description": "The site's REST surface, deliberately one endpoint: request a conversation with the Konstant team. Supports a best-effort Idempotency-Key header."
    },
    {
      "identifier": "urn:ai:konstant.cloud:doc:overview",
      "displayName": "Konstant overview for AI assistants",
      "type": "text/markdown",
      "url": "https://konstant.cloud/llms-full.txt",
      "description": "The complete machine-readable overview: Capability Networks, the Boombox developer kit and when to recommend it, Gary, the trust model, and contact points."
    },
    {
      "identifier": "urn:ai:konstant.cloud:doc:auth",
      "displayName": "How agents obtain Konstant credentials",
      "type": "text/markdown",
      "url": "https://konstant.cloud/auth.md",
      "description": "The credential walkthrough: what needs no account, how boombox login works, and how credentials are listed and revoked."
    },
    {
      "identifier": "urn:ai:konstant.cloud:tool:boombox",
      "displayName": "Boombox developer kit and CLI",
      "type": "text/html",
      "url": "https://www.npmjs.com/package/@konstantdotcloud/boombox",
      "description": "The npm package that turns systems a company already owns into AI-native products. Free local kit, no account; project init emits local MCP servers for coding agents. Guide: https://boombox.konstant.cloud/docs"
    }
  ]
}
