MCP.so
Sign In
Servers

Bazos MCP Server

@progresak

A TypeScript-based MCP server for scraping graphics card listings from Bazos.cz marketplace

Overview

What is Bazos MCP Server?

Bazos MCP Server is a Model Context Protocol (MCP) server that provides real-time graphics card listings from the Bazos.cz marketplace. It enables AI assistants, such as Claude, to search and retrieve current graphics card listings through a standardized interface.

How to use Bazos MCP Server?

Clone the repository, install dependencies with npm install, then build and start the server using npm run build and npm start. Add the server to your MCP configuration with the command node pointing to the built dist/index.js. The server exposes the tool search-graphics-cards, which accepts a required query parameter to filter listings.

Key features of Bazos MCP Server

  • Real-time scraping of graphics card listings from pc.bazos.cz/graficka/
  • Returns structured data: title, price, location, URL, image URL, description
  • Integrates with Claude and other MCP-compatible AI assistants
  • Clean TypeScript implementation using @modelcontextprotocol/sdk
  • Uses cheerio for HTML parsing and data extraction

Use cases of Bazos MCP Server

  • An AI assistant can search for specific graphics card models like "RTX 4090" on Bazos.cz
  • Retrieve current market prices and locations of used graphics cards from the Czech marketplace
  • Build a chatbot that helps users find available graphics card deals on Bazos.cz

FAQ from Bazos MCP Server

What does the server do?

It searches for real graphics card listings on Bazos.cz and returns structured data including title, price, location, and URLs.

What dependencies are required?

The server requires Node.js, npm, and the packages @modelcontextprotocol/sdk and cheerio.

Where does the listing data come from?

The server scrapes live HTML from the Bazos.cz marketplace (pc.bazos.cz/graficka/) in real time; data is not cached or stored.

Is authentication needed to use the server?

No authentication is mentioned; the server uses public scraping of the Bazos.cz website.

What transport does the server use?

The server is launched as an MCP server using command-line configuration (node dist/index.js), which typically uses stdio transport for MCP communication.

Tags

More from Other