{
  "name": "konstant-site",
  "displayName": "Konstant",
  "description": "The MCP server for konstant.cloud itself: read the machine-readable overview of Konstant and request a conversation with the team. The developer surface for building products on Konstant is the Boombox kit (npm: @konstantdotcloud/boombox); its project init emits local MCP servers for that work.",
  "transport": {
    "type": "streamable-http",
    "url": "https://konstant.cloud/api/mcp"
  },
  "authentication": { "type": "none" },
  "tools": [
    { "name": "get_overview", "description": "Returns the complete machine-readable overview of Konstant." },
    { "name": "request_conversation", "description": "Sends a visitor's email to the Konstant team, who reply directly." }
  ],
  "documentation": "https://konstant.cloud/developers",
  "contact": "pilot@konstant.cloud"
}
