MCP.so
登录

Bazos MCP Server

@progresak

关于 Bazos MCP Server

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

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

progresak

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器