Sáltate la instalación. Funcionando en menos de 2 minutos.
Inicia una prueba gratuita en cloud.anythingmcp.com, añade Propstack con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.
Summary
Propstack — the CRM German estate agents run on: properties, contacts, enquiries, activities, projects and saved searches. REST API v1, API-key auth.
Prueba a pedir
Prompts de ejemplo para Propstack
Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.
Claude es IA y puede equivocarse. Verifica siempre las respuestas.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Propstack, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
Propstack + Claude
Propstack — the CRM German estate agents run on: properties, contacts, enquiries, activities, projects and saved searches. REST API v1, API-key auth.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
PROPSTACK_API_KEY
Paso 1 — Obtener credenciales
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)
Paso 2 — Instalar el 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
Paso 3 — Añadir el conector en Claude
Ruta recomendada — funciona en claude.ai web sin tocar ningún archivo de configuración.
- Abre claude.ai/customize/connectors.
- Pulsa "Add custom connector".
- Rellena:
- Name:
Propstack - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Pulsa Connect para autorizar.
Todas las herramientas debajo aparecen en tu chat — empieza a escribir prompts.
Herramientas disponibles
| 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
¿Funciona con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.
Siguientes pasos
¿Te ha sido útil esta guía?