Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Kleinanzeigen

NPM · KANZEIGEN-MCP · 2 COMPONENTS · SCANNED SEP 20

A read-only, robots-clean MCP server over kleinanzeigen.de

+5 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to IIxauII/kleinanzeigen-mcp). View diagnostics → Pass
  • Clear OSI-approved license (Unlicense).Pass
  • Actively maintained (last published 10 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability68
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 523 tokens (~87/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
  • Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage74
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 11% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Kleinanzeigen MCP server?

Kleinanzeigen runs locally as an npm package, launched with npx -y kanzeigen-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · kanzeigen-mcp

# add to Claude Code
claude mcp add iixauii-kleinanzeigen -- npx -y kanzeigen-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "iixauii-kleinanzeigen": {
      "command": "npx",
      "args": [
        "-y",
        "kanzeigen-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "iixauii-kleinanzeigen": {
      "command": "npx",
      "args": [
        "-y",
        "kanzeigen-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add iixauii-kleinanzeigen -- npx -y kanzeigen-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "iixauii-kleinanzeigen": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "kanzeigen-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add iixauii-kleinanzeigen --command npx --arg -y --arg kanzeigen-mcp
# ~/.hermes/config.yaml
mcp_servers:
  iixauii-kleinanzeigen:
    command: "npx"
    args: ["-y", "kanzeigen-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "iixauii-kleinanzeigen": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "kanzeigen-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add iixauii-kleinanzeigen -t stdio -c npx -a -y kanzeigen-mcp
// mcp.json
{
  "mcpServers": {
    "iixauii-kleinanzeigen": {
      "command": "npx",
      "args": [
        "-y",
        "kanzeigen-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +3
    • Stability: unverified → 0.27 functional
  • 9 Sept 26 78

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/kanzeigen-mcp@1.0.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo IIxauII/kleinanzeigen-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/IIxauII/kleinanzeigen-mcp/.github/workflows/release.yml@refs/heads/main
Rekor log index 2768573540
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:1db3b15285fca733c552a36e828cea7cbbc469dfd0e8bb0a2132cc15ca3aca3df8240da3600bb531999aa4a8c93427d230f5eca15f5adaca76758b982

Background: How many MCP packages publish verified provenance →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~523 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
find_category ~54

Category ids matching a name. Always returns candidates — names and slugs collide, so only the numeric id identifies a category.

NameTypeReqDescription
querystringyesA German category name, optionally qualified as "Parent > Child".
NameTypeReqDescription
countintegeryes
fetched_atstringyes
matchesarrayyes
source_urlyes
stalebooleanyes
stale_reasonstring

No examples provided.

find_location ~102

Location ids matching a name or postcode. Always returns candidates — a postcode can map to several locations.

NameTypeReqDescription
querystringyesA German place name, optionally qualified as "Bundesland > Ort". A five-digit postcode matches nothing: the postcode layer's ids are absent from every source this dataset may read. Pass a postcode to…
NameTypeReqDescription
countintegeryes
fetched_atstringyes
matchesarrayyes
source_urlyes
stalebooleanyes
stale_reasonstring

No examples provided.

find_shop ~100

Shop slugs for COMMERCIAL sellers matching a name. Makes a live request, unlike the other resolvers. A match may be a mention in a shop's profile text rather than its name, so check before using one.

NameTypeReqDescription
category_idinteger
location_idinteger
namestringyesThe commercial seller's name, passed to the directory's full-text search unchanged.
pageinteger
NameTypeReqDescription
countintegeryes
fetched_atstringyes
matchesarrayyes
pageintegeryes
page_sizenumberyes
source_urlyes
stalebooleanyes
stale_reasonstring

No examples provided.

get_listing ~25

One listing in full, by ad id.

NameTypeReqDescription
ad_idstringyes
NameTypeReqDescription
ad_idstring
attributesarray
category_id
descriptionstring
fetched_atstringyes
flagsobject
image_countinteger
imagesarray
listing_typestring
location_id
location_name
postcode
posted
price
sellerobject
source_urlyes
stalebooleanyes
stale_reasonstring
statusstringyes
titlestring
urlstring

No examples provided.

get_shop ~86

Profile and listings for one COMMERCIAL seller. Private sellers have no shop page and cannot be reached by this server.

NameTypeReqDescription
category_idinteger
keywordsstring
location_idinteger
max_priceinteger
min_priceinteger
pageinteger
shop_slugstringyes
NameTypeReqDescription
countintegeryes
fetched_atstringyes
listingsarrayyes
pageintegeryes
shopyes
source_urlyes
stalebooleanyes
stale_reasonstring
statusstringyes

No examples provided.

search_listings ~156

One page of listings matching a search query. Promoted listings repeat on every page; high-volume queries drift between pages, so a listing can be missed or seen twice across a walk.

NameTypeReqDescription
ad_typestring
buy_nowboolean
category_idinteger
keywordsstring
locationstring
location_idinteger
max_pricenumber
min_pricenumber
pageinteger
poster_typestring
radiusinteger
shippingboolean
shipping_carrierstring
sortstring
NameTypeReqDescription
clampedbooleanyes
fetched_atstringyes
listingsarrayyes
location_resolutionobject
organic_countintegeryes
pageintegeryes
promoted_countintegeryes
rangeyes
reachablenumberyes
sortyes
source_urlyes
stalebooleanyes
stale_reasonstring
totalyes

No examples provided.

Common questions

What is the Kleinanzeigen MCP server?

Kleinanzeigen is an MCP server listed in the public MCP registry as io.github.IIxauII/kleinanzeigen. A read-only, robots-clean MCP server over kleinanzeigen.de. This page covers its npm package (kanzeigen-mcp).

Is the Kleinanzeigen MCP server safe to use?

Kleinanzeigen scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Kleinanzeigen MCP server expose?

Kleinanzeigen exposes 6 tools: search_listings, get_listing, get_shop, find_category, find_location, find_shop. Their descriptions and schemas cost roughly 523 tokens of context every time the server is loaded.

Is the Kleinanzeigen MCP server still maintained?

Kleinanzeigen is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Kleinanzeigen MCP server under?

Kleinanzeigen declares the Unlicense licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.