{
  "name": "property-bot-docs",
  "version": "0.1.0",
  "kind": "docs",
  "description": "Unauthenticated documentation MCP for property.bot. Docs/read only — no person or messaging tools.",
  "icon": "https://property.bot/favicon.svg",
  "url": "https://property.bot/mcp/docs",
  "transport": "streamable-http",
  "auth": "none",
  "instructions": "Public docs MCP. Use list_docs / get_doc or resources. Product matching MCP remains OAuth-gated at https://mcp.property.bot/mcp.",
  "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
      }
    }
  ]
}
