Connector guide2-minute read8 MCP toolsEN · DE · IT

Propstack を Claude に接続する方法 — 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日間の試用 · セルフホストの選択肢あり

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

必要な環境変数

PROPSTACK_API_KEY
Cloud にワンクリックでインストール

7日間無料トライアル · クレジットカード不要

  • 7日間の無料トライアル
    クレジットカード不要
  • GDPR & SOC 2 ready
    EU データ保管、監査ログ
  • GitHub でオープンソース
    オープンソース · AGPL-3.0
  • ChatGPT、Claude、Gemini に対応
    MCP 対応クライアントすべて

インストール不要。2分以内に動きます。

cloud.anythingmcp.com で無料トライアルを開始し、Propstack をワンクリックで追加して、AI クライアント(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 · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Propstack をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

Propstack + Claude

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 — Claude にコネクタを追加

推奨ルート — 設定ファイルを触らずに claude.ai web で動作します。

  1. claude.ai/customize/connectors を開きます。
  2. "Add custom connector" をクリック。
  3. 入力:
    • Name: Propstack
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → MCP API キーを貼り付け (AnythingMCP → Profile → MCP API Keys → New Key)
  4. Connect をクリックして認可。

下記のすべてのツールがチャットに表示されます — プロンプトを入力し始めてください。

利用可能なツール

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

Claude Code は Claude Desktop と同じように動作しますか? はい — 両方を https://cloud.anythingmcp.com/mcp に向けてください。

次のステップ

このガイドは役に立ちましたか?

Your Propstack agent is one click away.

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

関連ガイド