Back to Browse

Bazos MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.8
Use Caution4.8High Risk

This is a well-structured MCP server for querying the Bazos classifieds API. It has proper input validation, no authentication requirements (appropriate for a public API wrapper), and no malicious patterns. The code is clean with good error handling and appropriate rate limiting. Permissions are narrowly scoped to HTTP network access only, matching the server's purpose. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 2 high severity). Package verification found 1 issue.

7 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

Bazos-MCP

npm version npm downloads License: AGPL-3.0 Release Node.js

MCP server for interacting with Bazos.cz, Bazos.sk, Bazos.at, and Bazos.pl.

Features

  • Search ads across all sections on Czech, Slovak, Austrian, and Polish Bazos.
  • Retrieve detailed ad information.
  • Fetch user ratings by phone/email ID.

Installation

npm install -g @andrijdavid/bazos-mcp

Usage

Add to your MCP client configuration (e.g. Claude Desktop):

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

Tools

search_ads

Search ads with filters.

Arguments:

  • domain: "cz", "sk", "at", or "pl"
  • section: Section code (e.g. AU for Auto)
  • query: Search query string
  • price_from: Minimum price
  • price_to: Maximum price
  • sort: date, price_asc, price_desc, distance
  • latitude / longitude: Required when sort is distance
  • offset: Pagination offset (multiples of 20)
  • limit: Page size (multiples of 20, max 200)

get_ad_detail

Get full details for an ad.

Arguments:

  • domain: "cz", "sk", "at", or "pl"
  • ad_id: The ad ID

get_user_ratings

Get user ratings.

Arguments:

  • domain: "cz", "sk", "at", or "pl"
  • phone: Phone ID
  • email: Email ID
  • offset: Pagination offset
  • limit: Page size

Sections

CodeName
AUAuto
DEDeti
DUDum a Zahrada
ELElektro
FOFoto
HUHudba
KNKnihy
MOMobily
MTMotorky
NANabytek
OBObleceni
PCPC
PRPrace
REReality
SLSluzby
SPSport
STStroje
VSVstupenky
ZVZvirata
OSOstatni

Disclaimer

This project is not affiliated with or endorsed by Bazos.cz, Bazos.sk, Bazos.at, or Bazos.pl. The author is not responsible for any consequences arising from use of this software. The code is provided "as is", without warranty of any kind.

License

GNU AGPL-3.0. See LICENSE.

Reviews

No reviews yet

Be the first to review this server!