Пропустите установку. Заработает меньше чем за 2 минуты.
Начните бесплатный период на cloud.anythingmcp.com, добавьте Propstack одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.
Summary
Propstack — the CRM German estate agents run on: properties, contacts, enquiries, activities, projects and saved searches. REST API v1, API-key auth.
Попробуй спросить
Примеры промптов для Propstack
Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.
Claude — это AI, он может ошибаться. Проверяйте ответы.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Propstack, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
Propstack + Cursor
Propstack — the CRM German estate agents run on: properties, contacts, enquiries, activities, projects and saved searches. REST API v1, API-key auth.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
PROPSTACK_API_KEY
Шаг 1 — Получите учётные данные
Getting a key
- Sign in to Propstack as an administrator and open Einstellungen → API.
- Generate an API-Key and put it in
PROPSTACK_API_KEY. The key is account-wide and carries the permissions of the account it belongs to — treat it as a password, because whoever holds it can read the whole customer base.
The key travels in an X-API-KEY header. No Bearer, no query parameter.
…(continued in the in-app connector instructions)
Шаг 2 — Установите адаптер
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
Шаг 3 — Добавьте коннектор в Cursor
Cursor читает MCP-серверы из ~/.cursor/mcp.json. Добавьте эту запись:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
- Сохраните файл и перезапустите Cursor.
- Откройте Cursor → Settings → MCP и убедитесь, что
Propstackотображается как "Connected". - Начинайте чат — все инструменты
Propstackдоступны.
Доступные инструменты
| Tool | What it does |
|---|---|
propstack_list_properties | List property listings with their address, price, living area, room count, marketing type and status |
propstack_get_property | Read one property listing in full: full address, all price and area fields, the description texts, images, documents and the assigned broker |
propstack_list_contacts | List contacts — buyers, sellers, landlords and tenants — with their name, e-mail, phone and the client source they came from |
propstack_get_contact | Read one contact in full: contact details, search profile, the properties they are linked to and their consent flags |
propstack_list_enquiries | List enquiries (Anfragen) — a person asking about a specific listing — with their date, source, status and the property and contact involved |
propstack_list_activities | List activities — calls, viewings, e-mails and notes logged against a contact or a property |
propstack_list_projects | List projects — the developments several units belong to — with their name, address and the number of units in each |
propstack_list_brokers | List the brokers (users) in the account with their name, e-mail and the office they belong to, to resolve who owns a listing or a contact |
FAQ
Поддерживает ли Cursor кастомные MCP-серверы на бесплатном тарифе? Да — MCP доступен на Hobby, Pro и Business.
Следующие шаги
Это руководство помогло?