Search RelocateOK rentals right inside your AI assistant
As of September 22, 2026, a free MCP gateway opens this catalogue to AI assistants: resolve a place, list feature tags, search listings, open a single card and pull rent statistics — read-only, with no sign-in and no seller contacts inside the assistant.
What you can ask
Once connected, ask your assistant in plain language — it calls the gateway itself and reads the answer back to you.
- A budget search: “Find a 2-bedroom apartment in Da Nang under $500 with a balcony.”
- A place lookup: “What's the median rent in Da Lat right now, and how many listings are live?”
- A feature search: “Show furnished studios near the beach in Da Nang, long-term only.”
- A single listing: “Open the listing using the code from its page on the site, and tell me its size, floor and furnishings.”
Connect your assistant
Copy the prompt and paste it into your assistant's chat — or open your client's tab for the ready snippet and a one-click connection.
Connect the RelocateOK rentals MCP server at https://mcp.relocateok.com/mcp (read-only, no sign-in). If you're Claude Code, run: claude mcp add --transport http relocateok https://mcp.relocateok.com/mcp. If you're Codex or the ChatGPT desktop agent, add this to ~/.codex/config.toml: [mcp_servers.relocateok] url = "https://mcp.relocateok.com/mcp". If you can't add MCP servers, open https://mcp.relocateok.com/mcp and use the REST API it describes. Then reply to me in my own language and tell me what you can search for.
Run the command in a terminal — the server is added right away.
claude mcp add --transport http relocateok https://mcp.relocateok.com/mcpAdd this block to ~/.codex/config.toml — Codex has no CLI one-liner for HTTP servers yet.
[mcp_servers.relocateok]
url = "https://mcp.relocateok.com/mcp"Paste the JSON into ~/.cursor/mcp.json, or click “Connect in one click”.
{
"mcpServers": {
"relocateok": { "url": "https://mcp.relocateok.com/mcp" }
}
}Run the command in a terminal, or click “Connect in one click”.
code --add-mcp "{\"name\":\"relocateok\",\"type\":\"http\",\"url\":\"https://mcp.relocateok.com/mcp\"}"Settings → Connectors → Add custom connector, paste the address below. Available on paid Claude plans.
https://mcp.relocateok.com/mcpSettings → Apps & Connectors → Advanced → Developer mode → Create connector, paste the address below and set authentication to “None”. Available on paid ChatGPT plans.
https://mcp.relocateok.com/mcpPaste the configuration into your app's MCP settings — the shape is the same for any MCP-capable client.
{
"mcpServers": {
"relocateok": { "type": "http", "url": "https://mcp.relocateok.com/mcp" }
}
}Paste this into your assistant's chat — it will set up the connection itself, or start working over the web API.
Any other client, and developers
The gateway speaks two protocols over the same data, so it fits whatever you already use.
- Other MCP apps LibreChat, Cherry Studio, Open WebUI and any other MCP-capable app connect the same way — point it at https://mcp.relocateok.com/mcp.
- For developers A plain REST twin lives at https://mcp.relocateok.com/v1, described by an OpenAPI document at https://mcp.relocateok.com/openapi.json — call it directly from your own code.
What the assistant sees — and never sees
The gateway hands over facts about a listing, nothing that identifies who to contact outside the site.
- What it gets: Bedrooms, area, floor, furnishings, features, photos on our own domain, prices in both US dollars and Vietnamese dong, and a link back to the listing's page on relocateok.com.
- What it never gets: The seller's phone number, Zalo, WhatsApp or Facebook handle, or a link to the original posting — contact happens on relocateok.com, not inside the assistant.
Data and privacy
The gateway is built to ask nothing of you.
- No account, read-only There is nothing to sign up for and nothing to configure beyond the connector address; the gateway only reads the catalogue, it never writes to it.
- Rate-limited per IP Requests are capped per IP address to keep the service fair and fast for everyone using it.
- Standard access logs Like any web server, we keep ordinary access logs — IP address, user agent and time — for security and traffic statistics, nothing more.
- We never see your conversation Your chat with the assistant stays with its provider; only the search parameters it sends us — a city, a price range, a feature — ever reach the gateway.
Questions about the gateway
Write to the same Telegram bot as everywhere else on the site — it's the one channel we actually check.
Frequently asked
The short version of everything above.
Is it free?
Yes. No account, no API key, no charge for using it.
Which cities does it cover?
Whatever the catalogue itself covers right now — ask the assistant to resolve a place, and it will tell you honestly if a city isn't in the data yet.
Why can't the assistant give me the seller's phone number?
Contacting a seller only happens on relocateok.com — the gateway hands over listing facts, never a way to reach anyone outside the site.
Does it work in languages other than English?
Yes — ask in any language you like, your assistant translates the question and reads the answer back the same way.
Data as of September 22, 2026. Sample: 18,557 active listings across 25 sources; prices are converted to dollars at the catalogue rate, and duplicates across boards are merged into a single card.