Connector guide2-minute read8 MCP toolsEN · DE · IT

Как подключить Propstack к Gemini — через MCP

Propstack — the CRM German estate agents run on: properties, contacts, enquiries, activities, projects and saved searches. REST API v1, API-key auth.

HCBy HelpCode teamОбновлено 2 min read Открытый код на GitHub

Без банковской карты · 7 дней пробного периода · Есть вариант self-host

Propstack

Propstack

Propstack — the CRM German estate agents run on: properties, contacts, enquiries, activities, projects and saved searches. REST API v1, API-key auth.

инструментов

8

Регион

DE

Категория

Real Estate

Аутентификация

API Key

Требуемые env-vars

PROPSTACK_API_KEY
Установить в Cloud одним кликом

7 дней бесплатно · Без карты

  • 7 дней бесплатно
    Без банковской карты
  • GDPR & SOC 2 ready
    Данные в ЕС, журналы аудита
  • Открытый код на GitHub
    Open source · AGPL-3.0
  • Работает с ChatGPT, Claude, Gemini
    Любой MCP-совместимый клиент

Пропустите установку. Заработает меньше чем за 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 и запусти через этот коннектор.

Propstack · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Propstack, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

Propstack + Gemini

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

  1. Sign in to Propstack as an administrator and open Einstellungen → API.
  2. 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 — Добавьте коннектор в Gemini

Gemini CLI читает MCP-серверы из ~/.gemini/settings.json (или %APPDATA%\gemini\settings.json в Windows). Добавьте:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохраните файл и перезапустите gemini.
  3. Запустите /mcp в Gemini CLI — Propstack должен быть доступен.
  4. Vertex AI Studio: передайте https://cloud.anythingmcp.com/mcp в массив tools запроса с тем же Bearer-заголовком.

Доступные инструменты

ToolWhat it does
propstack_list_propertiesList property listings with their address, price, living area, room count, marketing type and status
propstack_get_propertyRead one property listing in full: full address, all price and area fields, the description texts, images, documents and the assigned broker
propstack_list_contactsList contacts — buyers, sellers, landlords and tenants — with their name, e-mail, phone and the client source they came from
propstack_get_contactRead one contact in full: contact details, search profile, the properties they are linked to and their consent flags
propstack_list_enquiriesList enquiries (Anfragen) — a person asking about a specific listing — with their date, source, status and the property and contact involved
propstack_list_activitiesList activities — calls, viewings, e-mails and notes logged against a contact or a property
propstack_list_projectsList projects — the developments several units belong to — with their name, address and the number of units in each
propstack_list_brokersList 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

Поддерживают ли Gemini 1.5 Pro или 2.x MCP? Да — Gemini CLI ≥ 0.4 и Vertex AI tools API принимают MCP-коннекторы httpUrl с Bearer-заголовком.

Следующие шаги

Это руководство помогло?

Your Propstack agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

Похожие руководства