🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@czagents/realestate

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@czagents/realestate

Czech distressed real estate intelligence — anonymized district-level aggregates (insolvency and forced-sale counts, price trends; k≥5 anonymity). Free tier; full property search and owner data via the hosted realestate-pro service.

latest
Source
npmnpm
Version
0.3.2
Version published
Maintainers
1
Created
Source

@czagents/realestate

Free tier package only. Czech distressed real estate intelligence — anonymized district-level aggregates (insolvency and forced-sale counts, price trends; k≥5 anonymity). No PII exposed.

Paid features (full property search, owner data, per-property details) are at the hosted endpoint: realestate-pro.cz-agents.dev — see https://cz-agents.dev/pricing.html.

Install

npm install -g @czagents/realestate

Usage with Claude Desktop

{
  "mcpServers": {
    "realestate": {
      "command": "npx",
      "args": ["-y", "@czagents/realestate"]
    }
  }
}

Tools (free tier)

  • get_district_aggregate — distress real-estate statistics for a Czech okres (district): counts by category (insolvency / auction) and average market data. Counts under 5 are suppressed (k-anonymity gate) so individual debtors cannot be identified in low-activity districts. Free tier — no PII exposed.

Paid tools (hosted realestate-pro only)

The following tools are not included in this package. They are available exclusively through the hosted paid endpoint at https://realestate-pro.cz-agents.dev/mcp:

  • search_distress_properties — full property search with addresses and owner names (Reality Profesional / Agency tier)
  • get_property_detail — per-property full details including RUIAN parcel, appraisal link, AI risk score (Reality Profesional tier+)

See cz-agents.dev/pricing.html for subscription details.

Tiers

TierPriceWhat you get
Free (this package)0 KčDistrict aggregates with k≥5 suppression, no PII.
Reality Profesional1 990 Kč/měsFull property search + details, owner names, addresses, RUIAN parcel, appraisal links. Via hosted endpoint.
Reality Agency5 990 Kč/měsMulti-seat, REST API + webhooks, higher rate limits, batch search. Via hosted endpoint.

GDPR / opt-out

Owners listed in distress sales are processed under GDPR Art. 6(1)(f) (legitimate interest, public-register data). The hosted server honours an opt-out registry: subjects who have requested removal are filtered out of all responses.

Self-host (free tier only)

Source: https://github.com/martinhavel/cz-agents-mcp

git clone https://github.com/martinhavel/cz-agents-mcp
cd cz-agents-mcp
npm install
npm run build
node packages/realestate/dist/index.js

Self-hosting requires read access to a cz-agents-webapp-compatible SQLite database with RealEstateLead and OptOutEntry tables populated by the daily crawlers in the upstream project. The free-tier aggregate tools are the only tools available in this open-source package.

BREAKING CHANGES

0.2.0

search_distress_properties and get_property_detail have been removed from this package. They are now available exclusively via the hosted paid endpoint realestate-pro.cz-agents.dev. Free tier aggregate tools (get_district_aggregate) are unaffected.

License

MIT — see LICENSE

Keywords

mcp

FAQs

Package last updated on 02 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts