{
  "version": "1.0",
  "name": "Dodox",
  "description": "Dodox does not currently expose a live MCP JSON-RPC tool server. Agents should use the HTTP discovery resources below, then contact the studio through email or the contact page.",
  "auth_required": false,
  "endpoint": null,
  "transport": null,
  "resources": [
    {
      "name": "llms.txt",
      "uri": "https://dodox.in/llms.txt",
      "contentType": "text/plain",
      "description": "Primary LLM-oriented site index"
    },
    {
      "name": "llms-full.txt",
      "uri": "https://dodox.in/llms-full.txt",
      "contentType": "text/plain",
      "description": "Expanded site summary for LLMs"
    },
    {
      "name": "agent-skills",
      "uri": "https://dodox.in/.well-known/agent-skills/index.json",
      "contentType": "application/json",
      "description": "Agent Skills discovery index"
    },
    {
      "name": "sitemap",
      "uri": "https://dodox.in/sitemap.xml",
      "contentType": "application/xml",
      "description": "Full public URL list"
    }
  ],
  "contact": {
    "email": "hello@dodox.in",
    "telephone": "+91 7029835611",
    "url": "https://dodox.in/contact"
  },
  "notes": [
    "Marketing pages may sit behind edge bot protection for some automated clients.",
    "Prefer /llms.txt and /.well-known/agent-skills/index.json for structured discovery.",
    "Do not invent MCP tools, booking APIs, or form-submission endpoints that are not listed here."
  ]
}
