Bazos MCP Server logo

Bazos MCP Server

by progresak

A Model Context Protocol (MCP) server that provides real-time graphics card listings from Bazos.cz marketplace. This server enables AI assistants to search and retrieve current graphics card listings through a standardized interface.

View on GitHub

Last updated: N/A

What is Bazos MCP Server?

This is a Model Context Protocol (MCP) server designed to scrape and provide real-time graphics card listings from the Bazos.cz marketplace. It allows AI assistants to access and retrieve up-to-date information on available graphics cards.

How to use Bazos MCP Server?

First, clone the repository and install the dependencies using npm install. Build the TypeScript code with npm run build and start the server using npm start. For development, use npm run dev for automatic recompilation. Configure your MCP setup to include this server, providing the path to the index.js file.

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)

  • Integration with Claude and other MCP-compatible AI assistants

  • Clean TypeScript implementation

Use cases of Bazos MCP Server

  • Enabling AI assistants to provide users with up-to-date graphics card pricing and availability.

  • Building price comparison tools for graphics cards.

  • Monitoring the graphics card market for specific models or price ranges.

  • Integrating real-time graphics card data into other applications.

FAQ from Bazos MCP Server

What is MCP?

MCP stands for Model Context Protocol, a standard for communication between AI models and external tools.

What data does the server provide?

The server provides structured data including the title, price, location, URL, image URL, and description of graphics card listings from Bazos.cz.

How do I integrate this server with Claude?

Add the server to your MCP configuration, specifying the command and arguments needed to run the server. The server provides the search-graphics-cards tool that Claude can use.

What are the dependencies?

The server depends on @modelcontextprotocol/sdk for MCP implementation and cheerio for HTML parsing.

Can I contribute to the project?

Yes, contributions are welcome! Please submit a Pull Request.