{
  "$schema": "https://modelcontextprotocol.io/schema/mcp.json",
  "name": "reviewr",
  "displayName": "REVIEWR",
  "description": "REVIEWR is an AI photo critique and coaching platform. A hosted MCP server is not currently exposed; this file documents the public discovery endpoints that AI agents and answer engines can consume to describe REVIEWR accurately.",
  "version": "1.0.0",
  "homepage": "https://reviewr.studio",
  "contact": "support@reviewr.studio",
  "server": {
    "available": false,
    "note": "No public MCP server is exposed at this time."
  },
  "publicResources": [
    { "type": "llms.txt", "url": "https://reviewr.studio/llms.txt" },
    { "type": "llms-full.txt", "url": "https://reviewr.studio/llms-full.txt" },
    { "type": "openapi", "url": "https://reviewr.studio/openapi.json" },
    { "type": "ai-plugin", "url": "https://reviewr.studio/.well-known/ai-plugin.json" },
    { "type": "agent", "url": "https://reviewr.studio/.well-known/agent.json" },
    { "type": "sitemap", "url": "https://reviewr.studio/sitemap.xml" },
    { "type": "for-ai-agents", "url": "https://reviewr.studio/for-ai-agents" }
  ]
}