{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.remembertoroar/site",
  "title": "Remember to Roar",
  "description": "Read-only access to Remember to Roar: site info, pages as markdown and published community blog posts.",
  "version": "1.0.0",
  "websiteUrl": "https://remembertoroar.com/",
  "documentationUrl": "https://remembertoroar.com/docs/#mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://remembertoroar.com/mcp",
      "supportedProtocolVersions": [
        "2025-11-25",
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
      ]
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false,
      "subscribe": false
    }
  },
  "authentication": {
    "required": false
  },
  "tools": [
    {
      "name": "get_site_info",
      "description": "Author, contacts, topics and agent resources."
    },
    {
      "name": "list_pages",
      "description": "Public pages with title, description and URL."
    },
    {
      "name": "get_page_markdown",
      "description": "A page's content as markdown."
    },
    {
      "name": "list_blog_posts",
      "description": "Published community blog posts, newest first."
    },
    {
      "name": "get_blog_post",
      "description": "Full text of a published blog post."
    }
  ],
  "resources": [
    {
      "uri": "https://remembertoroar.com/api/v1/info",
      "mimeType": "application/json"
    },
    {
      "uri": "https://remembertoroar.com/llms.txt",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://remembertoroar.com/",
      "mimeType": "text/markdown"
    }
  ]
}
