CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Bazos Mcp

andrijdavid/bazos-mcp
STDIOregistry active
Summary

Provides programmatic access to Bazos, the Czech and Slovak classifieds platform, plus its Austrian and Polish variants. Exposes three tools: search_ads for filtering listings by section, price, location, and sorting by distance or date; get_ad_detail for pulling full listing information; and get_user_ratings for checking seller reputation via phone or email IDs. Supports pagination and distance-based sorting when you provide coordinates. Reach for this when you need to monitor specific categories like electronics or vehicles, compare prices across regions, or build buying agents that need to validate seller trustworthiness before engaging. Sections span everything from Auto and Reality to Zvirata and Vstupenky.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Package@andrijdavid/bazos-mcp
TransportSTDIO
UpdatedMay 23, 2026
View on GitHub