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

kleinanzeigen-mcp

v0.1.0

Published

MCP server for searching Kleinanzeigen.de, Germany's largest classifieds site

Readme

kleinanzeigen-mcp

MCP server for kleinanzeigen.de, Germany's largest classifieds site. Search listings, read full ad detail with seller data, and work directly from a Kleinanzeigen search URL.

claude mcp add kleinanzeigen -- npx -y kleinanzeigen-mcp

| Tool | Purpose | | --- | --- | | kleinanzeigen_search | Keyword, location, radius and price search; pages automatically | | kleinanzeigen_search_by_url | Search from a pasted Kleinanzeigen URL, keeping every filter it encodes | | kleinanzeigen_get_listing | Full detail for one ad: description, seller, attributes, images | | kleinanzeigen_get_listings_batch | The same for several ads at once; failed ids are reported, not fatal | | kleinanzeigen_parse_search_url | Explain what a Kleinanzeigen URL filters on, without a request |

No account or API key. Requests go through one serialised, spaced-out queue, because concurrent requests from a single IP trip the site's bot detection.

Two run modes: full (default) for a local install, and public — slower pacing and lower page and batch caps — for an instance shared by several people. Set WILLMEHR_MODE=public or pass --public.

| Variable | Default | Purpose | | --- | --- | --- | | KZ_MIN_INTERVAL_MS | 800 (1500 public) | Minimum spacing between requests | | KZ_MAX_PAGE_COUNT | 5 (3 public) | Cap on pages per search (~25 listings each) | | KZ_MAX_BATCH_SIZE | 20 (10 public) | Cap on ids per batch call | | TZ | host default | Listing dates are timezone-less; set Europe/Berlin to be exact |

This package ships from the willmehr repo, which also holds a willhaben.at (Austria) server and a self-hostable HTTP host for both. Full documentation, including self-hosting, is in that README.

MIT. A TypeScript port of jnslmk/kleinanzeigen-mcp — see NOTICE.