{
  "protocolVersion": "0.3.0",
  "name": "Neckly",
  "description": "Agent interface for Neckly, a neck-health app. Answers questions about neck pain, tech neck, posture and neck appearance from a cited article library, and suggests which routine fits a described situation. Refers red-flag symptoms to a clinician instead of suggesting exercise.",
  "version": "1.0.0",
  "url": "https://neckly.app/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Dalkir Studio",
    "url": "https://dalkir.studio"
  },
  "documentationUrl": "https://neckly.app/llms.txt",
  "iconUrl": "https://neckly.app/assets/appicon.webp",
  "supportedInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://neckly.app/mcp",
      "protocol": "mcp/2025-06-18"
    },
    {
      "transport": "HTTP+JSON",
      "url": "https://neckly.app/api",
      "protocol": "openapi/3.1"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "neck-health-answers",
      "name": "Neck health answers",
      "description": "Answer questions about neck pain, tech neck, forward head posture, sleep position, pillows, stretching, neck muscles and neck/jawline appearance, citing authoritative sources.",
      "tags": [
        "health",
        "neck-pain",
        "posture",
        "ergonomics",
        "wellness"
      ],
      "examples": [
        "Why does my neck hurt when I work at a laptop all day?",
        "Is cracking your neck harmful?",
        "What pillow height should a side sleeper use?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    },
    {
      "id": "app-facts",
      "name": "Neckly product facts",
      "description": "Report what Neckly is, what it costs, what is free versus Premium, which platforms and languages it supports, and how the Neck Score works.",
      "tags": [
        "product",
        "app",
        "pricing"
      ],
      "examples": [
        "Is Neckly free?",
        "What languages does Neckly support?",
        "Where do I download Neckly?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "routine-routing",
      "name": "Routine routing",
      "description": "Given a described daily situation and available time, indicate which Neckly programs fit and what to read. Returns a clinician referral instead when red-flag symptoms are described.",
      "tags": [
        "recommendation",
        "triage-safe"
      ],
      "examples": [
        "I code 9 hours a day and wake up with a stiff neck",
        "I drive a truck and my neck aches"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}