MCP server for interacting with Bazos.cz and Bazos.sk
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.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-andrijdavid-bazos-mcp": {
"args": [
"-y",
"@andrijdavid/bazos-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server for interacting with Bazos.cz and Bazos.sk.
npm install -g @andrijdavid/bazos-mcp
Add to your MCP client configuration (e.g. Claude Desktop):
{
"mcpServers": {
"bazos": {
"command": "npx",
"args": ["-y", "@andrijdavid/bazos-mcp"]
}
}
}
Search ads with filters.
Arguments:
domain: "cz" or "sk"section: Section code (e.g. AU for Auto)query: Search query stringprice_from: Minimum priceprice_to: Maximum pricesort: date, price_asc, price_desc, distancelatitude / longitude: Required when sort is distanceoffset: Pagination offset (multiples of 20)limit: Page size (multiples of 20, max 200)Get full details for an ad.
Arguments:
domain: "cz" or "sk"ad_id: The ad IDGet user ratings.
Arguments:
domain: "cz" or "sk"phone: Phone IDemail: Email IDoffset: Pagination offsetlimit: Page size| Code | Name |
|---|---|
| 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 | Sluzby |
| SP | Sport |
| ST | Stroje |
| VS | Vstupenky |
| ZV | Zvirata |
| OS | Ostatni |
This project is not affiliated with or endorsed by Bazos.cz or Bazos.sk. 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.
GNU AGPL-3.0. See LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.