🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@andrijdavid/bazos-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@andrijdavid/bazos-mcp

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

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
40
-34.43%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

mcp

FAQs

Package last updated on 07 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts