bazos-mcp-server
A TypeScript-based MCP server for scraping graphics card listings from Bazos.cz marketplace
Documentation
Bazos MCP Server
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.
Features
- Real-time scraping of graphics card listings from pc.bazos.cz/graficka/
- Returns structured data including:
- Title
- Price
- Location
- URL
- Image URL
- Description
- Integration with Claude and other MCP-compatible AI assistants
- Clean TypeScript implementation
- Implemented using @modelcontextprotocol/sdk
Installation
# Clone the repository
git clone https://github.com/progresak/bazos-mcp-server.git
# Install dependencies
npm installUsage
Build and start the MCP server:
# Build the TypeScript code
npm run build
# Start the server
npm startFor development with automatic recompilation:
npm run devIntegration with Claude and other AI Assistants
This server can be used with any MCP-compatible LLM interface, including Claude Desktop. The server provides the following tool:
- `search-graphics-cards`: Search for real graphics card listings on Bazos.cz
- Parameters:
- `query` (required): Filter listings by this search term (e.g., "RTX 4090", "RTX 4070")
- Parameters:
MCP Server Configuration
Add this server to your MCP configuration:
{
"mcpServers": {
"bazos": {
"command": "node",
"args": ["/path-to-this-repository/bazos-mcp-server/dist/index.js"]
}
}
}Implementation Details
The server works by:
1. Receiving a search query via the MCP interface
2. Constructing the appropriate Bazos.cz search URL
3. Scraping the HTML using cheerio
4. Parsing listing information (title, price, location, URLs)
5. Returning structured data to the client
Project Structure
- `src/index.ts` - Main MCP server implementation
- `src/bazos.ts` - Scraping functionality for Bazos.cz
Dependencies
- `@modelcontextprotocol/sdk`: For MCP server implementation
- `cheerio`: For HTML parsing and data extraction
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License - see the LICENSE file for details
Frequently asked questions
What is bazos-mcp-server?
bazos-mcp-server is A TypeScript-based MCP server for scraping graphics card listings from Bazos.cz marketplace
How do I install bazos-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is bazos-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/progresak/bazos-mcp-server.
Related MCP tools
The official TypeScript SDK for Model Context Protocol servers and clients Trusted by 10500+ developers. Trusted by 10500+ developers.
Visual testing tool for MCP servers TypeScript-based implementation. Trusted by 7300+ developers. Trusted by 7300+ developers.
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic TypeScript-based implementation.
Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices) TypeScript-based implementation.
Https://github.com/user-attachments/assets/364b6705-14d4-4e6d-bea7-fb9f12664fab for the Model Context Protocol. Enhance AI assistants with powerful integrations
MCP server that provides tools and resources for interacting with n8n API TypeScript-based implementation. Trusted by 1400+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP