> For the complete documentation index, see [llms.txt](https://help.rechat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rechat.com/whats-new/connect-rechat-to-your-ai-assistant.md).

# Connect Rechat to Your AI Assistant

<figure><img src="/files/QI3Tq276Nt6WXeOkMh9d" alt=""><figcaption></figcaption></figure>

### Bring Rechat Into the AI Assistant You Already Use

Rechat now supports Model Context Protocol, or MCP, giving supported AI assistants a direct connection to your Rechat account.

Once connected, you can ask your AI assistant to work with the contacts, listings, deals, tasks, calendar events, and marketing tools available to you in Rechat.

No exporting data. No copying and pasting between systems. Just ask.

### What Can You Do?

With the Rechat connection, you can:

* Find and update contacts in your People Center
* Research comparable properties and create a Rechat CMA
* Review transactions, statuses, prices, and important dates
* Create listing marketing, email campaigns, postcards, and property websites
* Add tasks and reminders or review your calendar
* Combine Rechat with information from other tools connected to your AI assistant

For example, you could ask:

* “Find my past clients I haven’t contacted in six months.”
* “Show me comparable sales near 123 Main Street.”
* “What transactions are closing this month?”
* “Create a Just Listed social post for my new listing.”
* “Draft a market-update email for contacts tagged Homeowner.”

### Why Connect Rechat to Another AI Assistant?

Lucy already brings Rechat-specific AI directly into the platform. Connecting Rechat to another AI assistant is especially valuable when you want to use Rechat alongside your other tools and information in the same conversation.

You could pair live Rechat data with your brokerage’s training materials, reporting systems, internal documentation, or other connected business tools.

Rechat becomes the hub for your real estate business, while your AI assistant helps bring everything together.

### Get Connected

You can currently connect Rechat to supported AI tools using the following MCP address:

{% hint style="success" icon="link-horizontal" %}
`https://mcp.cluster.rechat.com/mcp`
{% endhint %}

Claude currently offers the most tested Rechat experience. ChatGPT also supports the connection, although availability and setup options may depend on your plan and workspace permissions.

<a href="/pages/q4vXXIWI4nzXTuK9NWDD" class="button primary" data-icon="head-side-gear">Learn More</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.rechat.com/whats-new/connect-rechat-to-your-ai-assistant.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
