npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@czagents/realestate

v0.3.2

Published

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.

Downloads

596

Readme

@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

| Tier | Price | What you get | |---|---|---| | Free (this package) | 0 Kč | District aggregates with k≥5 suppression, no PII. | | Reality Profesional | 1 990 Kč/měs | Full property search + details, owner names, addresses, RUIAN parcel, appraisal links. Via hosted endpoint. | | Reality Agency | 5 990 Kč/měs | Multi-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