Back to MCP directory
publicPublicdnsLocal runtime

Cimri Price Investigator

使用Puppeteer在Cimri网站进行价格调研的MCP服务示例

article

README

🚀 MCP价格查询示例项目

本项目是一个使用 Puppeteer 在 Cimri 上进行价格查询的 MCP(Model Context Protocol)示例。此示例仅用于测试,不可用于生产环境。该示例已通过 Claude 进行测试。

🚀 快速开始

这个示例展示了如何使用 Puppeteer 在 Cimri 平台上开展价格查询工作。不过要注意,它仅作测试用途,切勿用于生产环境。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client