{
  "name": "property-bot-docs",
  "displayName": "Property Bot Docs MCP",
  "version": "0.1.0",
  "kind": "docs",
  "description": "Unauthenticated documentation MCP for property.bot. Exposes llms.txt, auth.md, OpenAPI, FAQ feed, and agent docs as resources plus list_docs/get_doc tools. No person lookup, send_text, or matching tools. Product matching stays on OAuth-gated https://mcp.property.bot/mcp.",
  "icon": "https://property.bot/favicon.svg",
  "url": "https://property.bot/mcp/docs",
  "transport": "streamable-http",
  "auth": "none",
  "instructions": "This is the public docs MCP. Call list_docs or read resources (llms.txt, auth.md, openapi.json, docs.md, FAQ JSONL, agent.md). For roommate matching tools you must use the separate OAuth-gated product MCP at https://mcp.property.bot/mcp after sign-in. Never invent people-search on this surface.",
  "icons": [
    {
      "src": "https://property.bot/favicon.svg",
      "mimeType": "image/svg+xml"
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": true
  },
  "tools": [
    {
      "name": "list_docs",
      "description": "List public documentation resources.",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "get_doc",
      "description": "Fetch one public documentation resource by name or URL.",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    }
  ],
  "resources": [
    "https://property.bot/llms.txt",
    "https://property.bot/auth.md",
    "https://property.bot/openapi.json",
    "https://property.bot/docs.md",
    "https://property.bot/feeds/faq.jsonl",
    "https://property.bot/agent.md"
  ]
}
