homeexchange-mcp
Interact with the HomeExchange home-swapping platform — search listings, manage your calendar and availabilities, and handle messages and exchange requests.
README
<div align="center">
HomeExchange MCP
MCP server for HomeExchange — browse listings, manage your calendar, send messages and track exchanges from your AI assistant, in natural language.
Installation · Tools · Examples · Limitations · 🇫🇷 Français
</div>
Overview
This MCP server exposes the HomeExchange platform as 52 tools your assistant can call. Ask in natural language, it executes:
You: Find houses in Mallorca available Aug 5–19 with a pool and at least 2 bedrooms, then show my unread conversations.
Assistant: (calls
he_search_homes, thenhe_get_conversations) 7 matching homes in Mallorca — top pick: a verified 3-bedroom villa with pool, 92 % response rate. You have 2 unread conversations: Marta (Palma) and Lluís (Sóller).
Requirements
- Node.js ≥ 18
- A HomeExchange account with an active subscription
- Any MCP client — Claude Code, Claude Desktop, Cursor, Windsurf…
Installation
Not published to npm — run from the local bundle:
git clone https://github.com/manganate006/homeexchange-mcp
cd homeexchange-mcp
npm install && npm run bundle # → dist/bundle.js
Claude Code
claude mcp add homeexchange \
--env HE_ACCESS_TOKEN=your_token \
-- node /absolute/path/to/homeexchange-mcp/dist/bundle.js
Claude Desktop / Cursor
Add to claude_desktop_config.json (or your client's MCP config):
{
"mcpServers": {
"homeexchange": {
"command": "node",
"args": ["/absolute/path/to/homeexchange-mcp/dist/bundle.js"],
"env": { "HE_ACCESS_TOKEN": "eyJ..." }
}
}
}
Authentication
⚠️ No automated login. HomeExchange uses Auth0 with AWS WAF CAPTCHA + Cloudflare Turnstile, which block automated sessions. You paste a token from your browser once.
- Log in to homeexchange.com
- DevTools → Application → Cookies →
homeexchange.com - Copy the value of
oidc_access_token→ set it asHE_ACCESS_TOKEN
The token lasts ~24 h and is cached at ~/.homeexchange-mcp-tokens.json. Provide the full cookie string via HE_COOKIES (including PHPSESSID) to enable automatic renewal — no manual step afterwards.
| Variable | Required | Purpose |
|---|---|---|
HE_ACCESS_TOKEN |
one auth method* | JWT from the oidc_access_token cookie |
HE_COOKIES |
one auth method* | Full cookie string; enables auto-renewal if PHPSESSID is included |
* At least one of HE_ACCESS_TOKEN / HE_COOKIES, or inject at runtime with he_set_tokens. Rate-limit tuning (HE_READ_DELAY, HE_WRITE_DELAY, HE_MESSAGE_DELAY, HE_WEB_VERSION) and the full auth priority: see docs/TOOLS.md.
Tools
52 tools, he_ prefix. Summary by domain — full parameters in docs/TOOLS.md.
| Domain | Tools | Examples |
|---|---|---|
| 🏠 Properties | 9 | he_get_home, he_get_calendar, he_update_calendar |
| 👤 Users | 3 | he_get_user, he_get_user_ratings |
| ❤️ Favorites | 7 | he_get_favorites, he_add_favorite, he_create_wishlist |
| 💬 Conversations & messages | 14 | he_get_conversations, he_send_message, he_send_first_message |
| 🔄 Exchanges | 8 | he_get_my_exchanges, he_change_exchange_type, he_rate_home |
| 🔍 Search & subscription | 7 | he_search_homes, he_get_saved_searches |
| 🔐 Auth utilities | 4 | he_auth_status, he_set_tokens |
Examples
- "Search houses in Mallorca available August 5–19 with pool and 2+ bedrooms"
- "Show my unread conversations"
- "Translate the last message from conversation 12345 to French"
- "Mark my calendar unavailable July 15 – August 20"
- "First-contact the owner of home 98765 for Sept 1–8, 4 guests"
- "Switch the exchange in conversation 11111 to reciprocal"
Limitations
- Manual token every ~24 h, unless
PHPSESSIDauto-renewal is configured - No image upload for property/profile photos (multipart not implemented yet)
- No property creation —
POST /v1/homesis not exposed - Conversation pagination is handled client-side (the v3 API ignores the
aftercursor)
Development
npm run dev # tsc watch
npm run build # compile TypeScript
npm run bundle # single-file dist/bundle.js (fast startup)
npx @modelcontextprotocol/inspector node dist/bundle.js
Full tool reference, search-filter format and architecture: docs/TOOLS.md.
License
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。