{
  "protocolVersion": "0.3.0",
  "name": "HerDay Guide",
  "version": "1.0.0",
  "description": "An agent interface to HerDay's research-backed library on affirmations, self-talk, the inner critic, and future-self psychology — search and read in-depth, evidence-led guides written by Lena Hartwell.",
  "url": "https://getherday.app/mcp",
  "preferredTransport": "streamable-http",
  "provider": {
    "organization": "HerDay",
    "url": "https://getherday.app/"
  },
  "documentationUrl": "https://getherday.app/llms.txt",
  "supportedInterfaces": [
    {
      "url": "https://getherday.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_articles",
      "name": "Search HerDay articles",
      "description": "Search HerDay's library on affirmations, self-talk, the inner critic, and future-self psychology by keyword.",
      "tags": ["affirmations", "self-talk", "psychology", "search"],
      "examples": ["Affirmations for anxiety without toxic positivity", "Do affirmations actually work?", "How to translate my inner critic"]
    },
    {
      "id": "get_article_markdown",
      "name": "Read an article as Markdown",
      "description": "Return the full clean Markdown of any HerDay page by path.",
      "tags": ["affirmations", "content", "markdown"],
      "examples": ["Read /blog/do-affirmations-actually-work", "Get the future-self continuity article as markdown"]
    }
  ]
}
