PeopleLikeUs Server
БесплатноНе проверенEnables AI assistants to browse properties, manage conversations, update availability calendars, and track exchanges on the PeopleLikeUs home exchange platform
Описание
Enables AI assistants to browse properties, manage conversations, update availability calendars, and track exchanges on the PeopleLikeUs home exchange platform via natural language, with 28 MCP tools and auto-login support.
README
PeopleLikeUs MCP
MCP server for the PeopleLikeUs home-exchange platform — search homes, message members, manage your calendar and exchanges from your AI assistant.
Installation · Tools · Examples · Limitations · 🇫🇷 Français
Overview
This MCP server exposes PeopleLikeUs as 26 tools your assistant can call. Login is automatic from your email/password — no manual token extraction (no CAPTCHA, no Auth0). Ask in natural language:
You: Search homes in Portugal, then add availability on my property 40646 from July 4 to August 29.
Assistant: (calls
plu_search_homes, thenplu_add_availability) 12 homes in Portugal (Lisbon, Porto, Algarve…). Availability added on property 40646 for Jul 4 → Aug 29. ✅
Requirements
- Node.js ≥ 18
- A PeopleLikeUs account (Premium recommended)
- Any MCP client — Claude Code, Claude Desktop, Cursor…
Installation
git clone https://github.com/manganate006/peoplelikeus-mcp
cd peoplelikeus-mcp
npm install && npm run build
Claude Code
claude mcp add peoplelikeus \
--env [email protected] \
--env PLU_PASSWORD=yourpassword \
-- node /absolute/path/to/peoplelikeus-mcp/dist/index.js
Claude Desktop / Cursor
Add to claude_desktop_config.json (or your client's MCP config):
{
"mcpServers": {
"peoplelikeus": {
"command": "node",
"args": ["/absolute/path/to/peoplelikeus-mcp/dist/index.js"],
"env": {
"PLU_EMAIL": "[email protected]",
"PLU_PASSWORD": "yourpassword"
}
}
}
}
Authentication
Set PLU_EMAIL + PLU_PASSWORD — the server handles login, CSRF and session automatically (cached at ~/.peoplelikeus-mcp-session.json, 1 h TTL). Alternatives (browser cookies via PLU_COOKIES, runtime plu_login), rate-limit tuning and the full auth priority: docs/TOOLS.md.
Tools
26 tools, plu_ prefix. Summary by domain — full parameters in docs/TOOLS.md.
| Domain | Tools | Examples |
|---|---|---|
| 🔐 Auth | 3 | plu_auth_status, plu_login, plu_set_cookies |
| 🏠 Properties | 2 | plu_get_property, plu_get_my_properties |
| 📅 Calendar | 6 | plu_add_availability, plu_delete_unavailability |
| 💬 Conversations & messages | 5 | plu_get_conversations, plu_send_message |
| 🔄 Exchanges | 6 | plu_create_exchange, plu_update_exchange_type, plu_cancel_exchange |
| 🔍 Search | 2 | plu_search_homes, plu_quick_search |
| 🔔 Misc | 2 | plu_get_notifications, plu_get_auth_user |
Examples
- "Search for homes in Portugal"
- "Show my conversations"
- "Message user 12345 about property 67890: "Hello, we love your place…""
- "Add availability for my property 40646 from July 4 to August 29"
- "Show my exchanges, then cancel exchange 22076"
Limitations
- HTML parsing — some pages are Laravel Blade server-rendered; extraction depends on the HTML structure and can break if the site changes
- No image upload for property photos (multipart not implemented)
- Read-only listings — no property creation/editing
- Search uses
country_long; location search needs coordinates (no server-side Google Places) - Rate limiting — 1500 ms between requests by default (
PLU_REQUEST_DELAY); auto retry/backoff on HTTP 429/503
Development
npm run dev # tsc watch
npm run build # compile TypeScript
Full tool reference, configuration and architecture: docs/TOOLS.md.
License
Установка PeopleLikeUs Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/manganate006/peoplelikeus-mcpFAQ
PeopleLikeUs Server MCP бесплатный?
Да, PeopleLikeUs Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для PeopleLikeUs Server?
Нет, PeopleLikeUs Server работает без API-ключей и переменных окружения.
PeopleLikeUs Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить PeopleLikeUs Server в Claude Desktop, Claude Code или Cursor?
Открой PeopleLikeUs Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
автор: paralovAWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
Compare PeopleLikeUs Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
