{
  "protocolVersion": "0.3.0",
  "name": "StoicNow Stoicism Guide",
  "version": "1.0.0",
  "description": "An agent interface to StoicNow's free Stoic philosophy library — search and read in-depth guides, quote collections, and book summaries grounded in Marcus Aurelius, Seneca, and Epictetus.",
  "url": "https://stoicnow.app/mcp",
  "preferredTransport": "streamable-http",
  "provider": {
    "organization": "StoicNow",
    "url": "https://stoicnow.app/"
  },
  "documentationUrl": "https://stoicnow.app/llms.txt",
  "supportedInterfaces": [
    {
      "url": "https://stoicnow.app/mcp",
      "transport": "streamable-http",
      "protocol": "mcp"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "search_stoic_articles",
      "name": "Search Stoic articles",
      "description": "Search StoicNow's library of Stoicism guides, quote collections, and book summaries by keyword.",
      "tags": ["stoicism", "philosophy", "search"],
      "examples": ["How does Stoicism help with anger?", "Find quotes about death", "What is Memento Mori?"]
    },
    {
      "id": "get_article_markdown",
      "name": "Read an article as Markdown",
      "description": "Return the full clean Markdown of any StoicNow page by path.",
      "tags": ["stoicism", "content", "markdown"],
      "examples": ["Read /blog/amor-fati/", "Get the Meditations summary as markdown"]
    }
  ]
}
