Get started
- Add the remote MCP server URL in your AI client. See Install for client-specific steps.
- If your client asks for authorization, complete the brightplace consent flow.
- Ask the client to use brightplace Connect for an apartment search.
- Review listing details, tour slots, and any tour request before acting on them.
Typical flow
A renter conversation usually walks through the tools in this order:search_listings— find listings matching objective criteria.get_listing— read full detail, including brightplace grades, for a result.get_neighborhood_guide/get_financial_guide— add neighborhood context and affordability detail for a listing.get_tour_availability— check open tour slots.book_tour— submit a tour request for a chosen slot.
book_tour performs a write. Review the renter name, email, phone,
listing, and slot before allowing it.
Example workflow
A full renter conversation, with the tool each turn triggers:-
Search. The renter asks:
The client calls
search_listingsand returns a list of matches. -
Inspect a result. The renter asks to see one of them:
The client calls
get_listingwith thatlisting_id, including its brightplace grades. -
Add context. The renter wants more than the snapshot:
The client calls
get_neighborhood_guideandget_financial_guidefor the listing. -
Find a tour. The renter asks:
The client calls
get_tour_availabilityand lists open slots. -
Book it. The renter picks a slot:
The client calls
book_tour. Confirm the renter name, email, phone, listing, and slot before allowing this write.
Tool results
Tool responses use a consistent envelope:error object: