{
  "protocolVersion": "0.3.0",
  "name": "TEMPER Discomfort Guide",
  "version": "1.0.0",
  "description": "An agent interface to TEMPER's sourced library on voluntary discomfort — search and read in-depth guides on the Stoic practice of choosing hardship: cold exposure, fasting, premeditatio malorum, and training the mind at your own edge.",
  "url": "https://stoictemper.com/mcp",
  "preferredTransport": "streamable-http",
  "provider": {
    "organization": "TEMPER",
    "url": "https://stoictemper.com/"
  },
  "documentationUrl": "https://stoictemper.com/llms.txt",
  "supportedInterfaces": [
    {
      "url": "https://stoictemper.com/mcp",
      "transport": "streamable-http",
      "protocol": "mcp"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "search_articles",
      "name": "Search discomfort articles",
      "description": "Search TEMPER's library on voluntary discomfort and cold exposure by keyword.",
      "tags": ["stoicism", "voluntary-discomfort", "cold-exposure", "search"],
      "examples": ["Is it bad to take cold showers every day?", "What is premeditatio malorum?", "How do I start cold exposure safely?"]
    },
    {
      "id": "get_article_markdown",
      "name": "Read an article as Markdown",
      "description": "Return the full clean Markdown of any TEMPER page by path.",
      "tags": ["voluntary-discomfort", "content", "markdown"],
      "examples": ["Read /en/voluntary-discomfort", "Get the cold-exposure pillar as markdown"]
    }
  ]
}
