{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "stsezhka-public",
    "title": "Stsezhka Public Guide",
    "version": "1.0.0"
  },
  "description": "Stateless read-only access to Stsezhka product guidance and public discovery links.",
  "iconUrl": "https://stsezhka.com/app-logo.svg",
  "documentationUrl": "https://stsezhka.com/docs/agents/",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://stsezhka.com/mcp"
  },
  "capabilities": {
    "tools": {},
    "resources": {}
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "instructions": "Use only for public product guidance. Authenticated, private, activity, precise-location, and Strava data are outside this server.",
  "tools": [
    {
      "name": "get_stsezhka_guide",
      "title": "Get Stsezhka public guide",
      "description": "Return a concise, public overview of Stsezhka, its route-planning capabilities, documentation, and privacy boundary.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "get_stsezhka_feature_guide",
      "title": "Get a Stsezhka feature guide",
      "description": "Return public usage guidance for one Stsezhka route-planning or documentation feature.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "feature": {
            "type": "string",
            "enum": [
              "route_planning",
              "loop_generation",
              "ride_planning",
              "documentation"
            ],
            "description": "The public feature to explain."
          }
        },
        "required": [
          "feature"
        ],
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    }
  ],
  "resources": [
    {
      "uri": "stsezhka://public/guide",
      "name": "Stsezhka public guide",
      "title": "Stsezhka public product guide",
      "description": "Public product capabilities, entry points, and agent safety boundary.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "stsezhka://public/discovery",
      "name": "Stsezhka discovery endpoints",
      "title": "Stsezhka machine-readable discovery",
      "description": "Canonical public discovery, documentation, API catalog, and MCP endpoints.",
      "mimeType": "application/json"
    }
  ],
  "prompts": []
}