| Connector cannot be added | Confirm the URL is exactly https://mcp.brightplace.ai/mcp and uses HTTPS. See the client-specific Install guide. |
| Client says the server is unreachable | Confirm the endpoint resolves over HTTPS from the public internet. |
Search returns FAIR_HOUSING_VIOLATION | Rephrase using objective criteria such as price, size, location, amenities, and availability. Avoid protected-class or demographic terms. |
Tool calls return UNAUTHORIZED or TOKEN_EXPIRED | Reconnect the account or refresh the bearer token, then retry. |
Tool calls return RATE_LIMITED | Back off for at least retry_after_seconds before retrying. |
book_tour returns BOOKING_LIMIT_REACHED | The renter already has 2 active tour requests in the last 24 hours; wait before submitting another. |
book_tour returns SLOT_NOT_AVAILABLE | Re-fetch open slots with get_tour_availability and book a current one. |
A tool returns DOWNSTREAM_ERROR | A connected service failed transiently. Retry later; if it persists, the data may be temporarily unavailable. |