
Bazos MCP
- 1 repo stars
- Updated June 7, 2026
- andrijdavid/bazos-mcp
Bazos MCP is a MCP server that lets agents interact with Bazos.cz and Bazos.sk for classifieds research.
About
Bazos MCP is a stdio npm MCP server that connects coding agents to Bazos.cz and Bazos.sk, the popular Czech and Slovak classifieds networks. Developers validating resale, local services, or second-hand ecommerce ideas use it to pull listing context into the agent loop—comparing ask prices, spotting category gaps, and summarizing supply without maintaining fragile one-off scrapers. Version 0.1.2 ships as @andrijdavid/bazos-mcp from npm with GitHub source at andrijdavid/bazos-mcp. It is a regional data bridge: not a full CRM or listing publisher, but enough for research agents during Idea and Validate when your audience or inventory is CZ/SK. Register it in Claude Code or Cursor when your workflow needs Bazos-specific facts inline with prompts and code generation.
- MCP access to Bazos.cz and Bazos.sk listing surfaces
- stdio npm package @andrijdavid/bazos-mcp v0.1.2
- Agent-driven search and interaction without a custom scraper
- Regional classifieds focus for CZ/SK arbitrage and comps
- No mandatory env vars in server.json—simpler local setup
Bazos MCP by the numbers
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add bazos-mcp -- npx -y @andrijdavid/bazos-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Package | @andrijdavid/bazos-mcp |
| Transport | STDIO |
| Auth | None |
| Last updated | June 7, 2026 |
| Repository | andrijdavid/bazos-mcp ↗ |
What it does
Let your agent search and read listings on Bazos.cz and Bazos.sk for resale pricing, supply signals, and local market research.
Who is it for?
Best when you're targeting CZ/SK resale, local deals, or competitor listing research with Claude Code or Cursor.
Skip if: Global Amazon/eBay research or teams with no Czech/Slovak market relevance.
What you get
After install, your agent can query Bazos.cz and Bazos.sk through MCP tools instead of ad-hoc browser scripts.
- Agent-callable tools to interact with Bazos.cz and Bazos.sk
- Structured listing context for prompts and validation notes
- Reduced need for custom Bazos scraping scripts
By the numbers
- Supports 2 marketplaces: Bazos.cz and Bazos.sk
- Package version 0.1.2
- Transport: stdio, registryType npm
README.md
Bazos-MCP
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.AUfor Auto)query: Search query stringprice_from: Minimum priceprice_to: Maximum pricesort:date,price_asc,price_desc,distancelatitude/longitude: Required when sort isdistanceoffset: 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 IDemail: Email IDoffset: Pagination offsetlimit: Page size
Sections
| 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 |
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.
Recommended MCP Servers
How it compares
Regional classifieds MCP bridge, not a full ecommerce storefront or payment stack.
FAQ
Who is Bazos MCP for?
Developers and agents researching Bazos.cz and Bazos.sk listings for pricing, inventory, or local market opportunities.
When should I use Bazos MCP?
Use it in Idea or Validate when you need classifieds data from Czech or Slovak Bazos inside an AI coding session.
How do I add Bazos MCP to my agent?
Add the @andrijdavid/bazos-mcp npm stdio server to your MCP client configuration per your editor’s MCP docs, then restart the agent host.