Bazos MCP Server
@progresak
About Bazos MCP Server
A TypeScript-based MCP server for scraping graphics card listings from Bazos.cz marketplace
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Codelf
unbugA search tool helps dev to solve the naming things problem.
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments