# io.github.andrijdavid/bazos-mcp (npm · @andrijdavid/bazos-mcp)

MCP server for interacting with Bazos.cz and Bazos.sk

- Trust score: 68/100 (medium)
- Change this week: +22
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-05

## Components

- npm · `@andrijdavid/bazos-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/andrijdavid-bazos-mcp/andrijdavid-bazos-mcp.md), [page](https://verifymcp.io/servers/andrijdavid-bazos-mcp/andrijdavid-bazos-mcp)

## Channel facts

- Registry: `npm`
- Package: `@andrijdavid/bazos-mcp`
- Version: `0.1.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-05.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (AGPL-3.0).
  - Actively maintained (last published 58 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 430 tokens (~143/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add andrijdavid-bazos-mcp -- npx -y @andrijdavid/bazos-mcp
```

### Codex

```bash
codex mcp add andrijdavid-bazos-mcp -- npx -y @andrijdavid/bazos-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "andrijdavid-bazos-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@andrijdavid/bazos-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add andrijdavid-bazos-mcp --command npx --arg -y --arg @andrijdavid/bazos-mcp
```

### Hermes

```yaml
mcp_servers:
  andrijdavid-bazos-mcp:
    command: "npx"
    args: ["-y", "@andrijdavid/bazos-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "andrijdavid-bazos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@andrijdavid/bazos-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-05 (score 68, +1)

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

### 2026-08-03 (score 67, +1)

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

### 2026-08-02 (score 66, +45)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: AGPL-3.0

### 2026-07-31 (score 21, −4)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 25, −21)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (3)

### `search_ads` (~300 tokens)

Search ads on Bazos.cz or Bazos.sk. Returns a list of ads matching the criteria.

Input parameters:

- `domain` (string, required): Domain to search: cz or sk
- `latitude` (number): Latitude (required when sort is distance)
- `limit` (number): Limit for pagination. Default: 20. Must be a multiple of 20 up to 200.
- `longitude` (number): Longitude (required when sort is distance)
- `offset` (number): Offset for pagination. Default: 0. Must be a multiple of 20.
- `price_from` (number): Minimum price
- `price_to` (number): Maximum price
- `query` (string): Search query string
- `section` (string): Section code. Available: AU = Auto DE = Deti DU = Dum a Zahrada EL = Elektro FO = Foto HU = Hudba KN = Knihy MO = Mobily MT = Motorky NA = Nabytek OB = Obleceni PC = PC PR = Prace RE = Reality SL = S…
- `sort` (string): Sort type. Available: date, price_asc, price_desc, distance. For distance, provide latitude and longitude.

### `get_ad_detail` (~43 tokens)

Get detailed information about a specific ad by its ID.

Input parameters:

- `ad_id` (string, required): The ad ID
- `domain` (string, required): Domain: cz or sk

### `get_user_ratings` (~87 tokens)

Get user ratings by phone ID and/or email ID.

Input parameters:

- `domain` (string, required): Domain: cz or sk
- `email` (string): Email ID of the user
- `limit` (number): Limit for pagination. Default: 20.
- `offset` (number): Offset for pagination. Default: 0.
- `phone` (string): Phone ID of the user

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/andrijdavid-bazos-mcp/andrijdavid-bazos-mcp#diagnostics

## Score history

- 2026-08-05: 68
- 2026-08-04: 67
- 2026-08-03: 67
- 2026-08-02: 66
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 25
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@andrijdavid/bazos-mcp
- Socket report: https://socket.dev/npm/package/@andrijdavid/bazos-mcp
- Repository: https://github.com/andrijdavid/bazos-mcp
- Changelog RSS feed: https://verifymcp.io/servers/andrijdavid-bazos-mcp/andrijdavid-bazos-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/andrijdavid-bazos-mcp/andrijdavid-bazos-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/andrijdavid-bazos-mcp/andrijdavid-bazos-mcp
