> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brightplace.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Connect AI assistants to brightplace apartment search tools.

brightplace Connect is brightplace's public Model Context Protocol server for AI
rental assistants.

It gives supported AI clients access to brightplace apartment search, listing
detail, neighborhood and financial guidance, tour availability, and tour
request tools through one remote MCP endpoint:

```text theme={null}
https://mcp.brightplace.ai/mcp
```

## What you can do

| Capability                                            | Tool                     |
| ----------------------------------------------------- | ------------------------ |
| Search apartment listings with objective filters      | `search_listings`        |
| Get full detail for one listing                       | `get_listing`            |
| Get curated neighborhood context for a listing's area | `get_neighborhood_guide` |
| Answer affordability and cost-of-living questions     | `get_financial_guide`    |
| Check available tour slots                            | `get_tour_availability`  |
| Submit a tour request                                 | `book_tour`              |

Listing detail includes brightplace's letter grades for quality, walkability,
transit, biking, and nearby schools. See
[get\_listing](/reference/tools/get-listing#brightplace-grades) for what each
grade means and how it is calculated.

brightplace Connect is built for renter-facing apartment search. It is not a
general operator API, property-management API, or bulk data export.

To connect a client, see [Install](/install/claude). For the response envelope
and how to drive a search, see [Usage](/usage). For the error set and common
fixes, see [Errors & Troubleshooting](/errors-troubleshooting).

## Supported clients

| Client     | Status                                                                                                                          |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Claude     | Supported for remote MCP connectors. See [Install in Claude](/install/claude).                                                  |
| ChatGPT    | Supported where custom MCP apps or connectors are available. See [Install in ChatGPT](/install/chatgpt).                        |
| Perplexity | Supported for custom remote MCP connectors on Pro, Max, and Enterprise plans. See [Install in Perplexity](/install/perplexity). |

Any MCP client that can add a remote server over HTTPS can use brightplace
Connect. The guides above cover the clients we test against; for anything else,
see [Other Clients](/install/other-clients).

## Important links

| Resource                | URL                                       |
| ----------------------- | ----------------------------------------- |
| MCP endpoint            | `https://mcp.brightplace.ai/mcp`          |
| Fair Housing commitment | `https://www.brightplace.ai/fair-housing` |
| Privacy Policy          | `https://www.brightplace.ai/privacy`      |
| Terms of Service        | `https://www.brightplace.ai/terms`        |
