Propstack
Propstack — the CRM German estate agents run on: properties, contacts, enquiries, activities, projects and saved searches. REST API v1, API-key auth.
7 天免费 · 无需信用卡 · EU 托管
问 Propstack 任何事
通过 AnythingMCP 对 Propstack 试一个真实提示 — Claude 调用工具并返回答案。在你的消息上按 Enter 即可在 Cloud 安装。
在 Cloud 上安装 PropstackClaude 是 AI,可能会出错。请核对回答。
2 分钟设置
- 1在 cloud.anythingmcp.com 开始免费试用。
- 2在连接器商店点击 Propstack。提示时粘贴凭据。
- 3生成 MCP API 密钥,将 AI 客户端指向生成的 MCP URL。
配置 Propstack
直接来自连接器定义:在哪里获取凭据、需要哪些权限,以及该适配器调用的是哪个 API。 由连接器作者以英文提供。
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.
Properties are the centre of this API. A Propstack property is a listing — flat, house, commercial unit — carrying its address, price, area, room count, marketing type (sale or rent) and status. propstack_list_properties filters by those; propstack_get_property returns the full record with images and documents.
Contacts and enquiries are separate objects. A contact is a person; an enquiry (Anfrage) is that person asking about a specific property. A question about interest in a listing wants enquiries, not contacts.
Expand what you need. Many list responses return related objects only as ids. Pass expand=1 where the tool offers it to get readable nested objects instead of a second round of calls.
Paging is page (1-based) and per (default 20, larger values allowed). The response carries the total count in the X-Total-Count header.
Unverified. The paths and field names below follow the vendor's published documentation and have not been exercised against a live tenant. Treat a 404 as a docs-versus-reality gap and check the developer portal before concluding that the credential is wrong. A correction from anyone running this against a real system is genuinely welcome.
Cloud reachability: api.propstack.de is public with a valid certificate.