Salta l'installazione. Attivo in meno di 2 minuti.
Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi Propstack con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.
Summary
Propstack — the CRM German estate agents run on: properties, contacts, enquiries, activities, projects and saved searches. REST API v1, API-key auth.
Prova a chiedere
Prompt di esempio per Propstack
Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.
Claude è un'AI e può sbagliare. Verifica sempre le risposte.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Propstack, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
Propstack + ChatGPT
Propstack — the CRM German estate agents run on: properties, contacts, enquiries, activities, projects and saved searches. REST API v1, API-key auth.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
PROPSTACK_API_KEY
Step 1 — Ottieni le credenziali
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)
Step 2 — Installa l'adapter
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
Step 3 — Aggiungi il connettore in ChatGPT
ChatGPT supporta server MCP tramite la funzione Connectors (piani Plus / Pro / Team / Enterprise). Il piano gratuito non supporta connettori personalizzati.
- Apri ChatGPT → Impostazioni → Connectors (o clicca l'icona 🔧 nel composer → Manage connectors).
- Clicca "Add custom connector".
- Compila:
- Name:
Propstack - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Clicca Connect per autorizzare.
Tool disponibili
| 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
Il piano free di ChatGPT funziona con i Connectors MCP custom? No — servono Plus, Pro, Team o Enterprise.
Prossimi passi
Questa guida ti è stata utile?