Propstack MCP

Connect AI assistants (Claude, ChatGPT) to your Propstack real estate CRM. Contact management - search, create, update, and tag contacts with GDPR tracking Property search & management - filter by price, rooms, area, status; create and update listings Deal pipeline - create deals, move through stages, track win/loss rates Buyer matching - create search profiles from natural language ("3-Zimmer in Berlin, bis 400k…. Its 40 documented tools cover contact, property, task, profile.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-01 · ★ 8 · #396 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Propstack MCP

before you install - you'll need

Set PROPSTACK_API_KEY before connecting.

Claude Code

claude mcp add ashev87-propstack-mcp -- npx -y propstack-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ashev87-propstack-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "propstack-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package propstack-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.ashev87 is GitHub-verified and matches the repo owner

03 · What Propstack MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search and filter contacts by name, email, phone, status, tags, broker, GDPR status, custom fields, get full details of a single contact with related data, create a new contact (auto-dedup by email), and update contact details, tags, GDPR status, broker assignment.

Capability map

Tools grouped from the project's README - what Propstack MCP lets an agent do.

read & search

14 tools - e.g. Search properties with 11 range filters, 17 sort fields, custom-field filters; Search deals by stage, pipeline, category, broker, feeling score; List what buyers/renters are looking for

search_properties · search_deals · list_search_profiles · list_projects · get_project · search_activities…

Contact

6 tools - e.g. Get full details of a single contact with related data; Create a new contact (auto-dedup by email); Update contact details, tags, GDPR status, broker assignment

get_contact · create_contact · update_contact · delete_contact · get_contact_sources · list_contact_statuses

Property

4 tools - e.g. Get full property details including media and custom fields; Create a new property listing; Update price, status, description, broker assignment

get_property · create_property · update_property · get_property_statuses

create & write

4 tools - e.g. Upload a document (base64 data URI); Link a contact as property owner (Eigentuemer); Link a contact as buyer, tenant, etc. (Kaeufer, Mieter)

upload_document · create_ownership · create_partnership · create_tag

Task

3 tools - e.g. Create a note, to-do, appointment, or cancellation (polymorphic); Mark done, reschedule, update notes; Get task details with linked contacts, properties, projects

create_task · update_task · get_task

Profile

3 tools - e.g. Capture buyer criteria from natural language; Adjust budget, cities, room count, features; Remove a search profile

create_search_profile · update_search_profile · delete_search_profile

Contacts

2 tools - e.g. Search and filter contacts by name, email, phone, status, tags, broker, GDPR status, custom fields; Look up a contact by phone number (formatting-insensitive)

search_contacts · search_contacts_by_phone

Deal

2 tools - e.g. Link a contact to a property at a pipeline stage; Move deal through pipeline stages, update price/notes

create_deal · update_deal

Latest releases

v1.1.0 · 2026-06-30

Backward-compatible release - no changes to existing tool signatures or default behavior. · Added · fields parameter (data minimization, Art. 25 DSGVO) on search_contacts, search_properties, search_deals, and…

04 · Who maintains Propstack MCP

propstack-mcp is maintained by ashev87. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
other - ranked #396 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-30)
registry
io.github.ashev87/propstack-mcp (active, first published 2026-02-21 · 2 versions)
packages
npm:propstack-mcp-server

06 · Propstack MCP FAQ

Is Propstack MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-01 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Propstack MCP do?

With this server connected, an agent can search and filter contacts by name, email, phone, status, tags, broker, GDPR status, custom fields, get full details of a single contact with related data, create a new contact (auto-dedup by email), and update contact details, tags, GDPR status, broker assignment.

How do I install Propstack MCP?

Run `npx -y propstack-mcp-server`. The README documents one environment variable (PROPSTACK_API_KEY) to set first. Set PROPSTACK_API_KEY before connecting. You can also paste the ready-made client config above.

Does Propstack MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Propstack MCP