Bazos MCP Server
@progresak
关于 Bazos MCP Server
A TypeScript-based MCP server for scraping graphics card listings from Bazos.cz marketplace
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ICSS
chokcoco不止于 CSS
Nginx UI
0xJackyYet another WebUI for Nginx
评论