chrono24-mcp
chrono24-mcp
适用于任何支持 MCP 的 LLM 客户端的 Chrono24 手表市场工具——Claude Code、Claude Desktop、Codex、Cursor、Windsurf 等。
搜索列表,按价格/地点/卖家类型筛选,然后在不离开聊天的情况下获取完整的手表详情(参考号、机芯、口径、盒子和文件、经销商信息、照片)。
search_listings("Rolex Submariner", { sort: "price_asc" })
-> 60 cards, totalCount 9145, USD prices
get_watch("48091925")
-> Rolex Submariner Date, ref 16610, $10,307, caliber 3135, box+papers, 16 photos工作原理
Chrono24 没有公开 API,并且位于 Cloudflare 托管质询之后,该质询会阻止普通 HTTP(403)。此服务器通过 Playwright 驱动带有持久配置文件的真实 Chrome,因此 Cloudflare 清除 cookie 只需获取一次,并在重启后重复使用。请求以约 3.5 秒的间隔加上抖动进行序列化,以保持礼貌;响应会被缓存(搜索 3 分钟,详情 30 分钟)。
Related MCP server: JobSpy MCP Server
设置
需要 Node >= 20 和 Google Chrome(回退的捆绑 Chromium 需要一次性运行 npx playwright install chromium)。首次运行可能需要约 15-30 秒来通过 Cloudflare 质询。
无需克隆仓库——直接通过 npx 从 npm 运行。
Claude Code
claude mcp add chrono24 -- npx -y chrono24-mcp或通过 .mcp.json 进行项目级配置:
{
"mcpServers": {
"chrono24": {
"command": "npx",
"args": ["-y", "chrono24-mcp"]
}
}
}Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json(macOS):
{
"mcpServers": {
"chrono24": {
"command": "npx",
"args": ["-y", "chrono24-mcp"]
}
}
}Codex CLI / ChatGPT 桌面版
添加到 ~/.codex/config.toml(由 Codex CLI、IDE 扩展和桌面应用共享):
[mcp_servers.chrono24]
command = "npx"
args = ["-y", "chrono24-mcp"]
tool_timeout_sec = 120Cursor
.cursor/mcp.json(项目)或 ~/.cursor/mcp.json(全局):
{
"mcpServers": {
"chrono24": {
"command": "npx",
"args": ["-y", "chrono24-mcp"]
}
}
}全局安装替代方案
npm i -g chrono24-mcp
# then use "chrono24-mcp" as the command in any client config从源码运行
git clone https://github.com/samiashi/chrono24-mcp.git
cd chrono24-mcp
npm install && npm run build && npm run smoke工具
工具 | 描述 |
| 列出所有 550+ 个 Chrono24 手表品牌及其数字 ID(可选名称过滤器)。将 ID 输入 |
| 品牌的型号目录:型号名称、slug 和数字型号 ID(例如 Rolex -> Submariner |
| 所有搜索分面过滤器及其允许的值(表壳材质、表带材质、性别、手表类别、国家、列表年龄)。与 |
| 使用查询 + 过滤器(品牌 ID、型号 ID、参考号、价格范围、状况、年份、卖家国家、分面)进行搜索,排序( |
| 手表的价格统计:最小值、p10/p25/中位数/p75/p90、最大值以及来自 60 个最便宜的匹配列表的样本量。一次请求——回答"X 的合理价格是多少?"的快速方法。 |
| 单个列表 ID 的完整详情:参考号、状况、年份、机芯/口径/动力储备、表壳材质/直径、交付范围、位置、描述、所有照片 URL、规范 URL、卖家 ID。 |
| 最多 10 个 ID 的批量详情。顺序且礼貌(每个未缓存 ID 约 4 秒);单个 ID 失败不会中断批量。 |
| 经销商当前库存,按 |
| 经销商的客户评价,按 |
所有价格均归一化为 USD(currencyId=USD)。空结果集是有效结果,而非错误。
环境变量
变量 | 默认值 | 用途 |
|
| Chrono24 请求之间的最小间隔。如果看到质询,请提高它。 |
|
| 设置为 |
|
| 优先使用已安装的 Google Chrome;设置为 |
|
| 保存 Cloudflare 清除 cookie 的浏览器配置文件。 |
|
| 搜索缓存 TTL。 |
|
| 详情缓存 TTL。 |
|
| 品牌/型号分类缓存 TTL。 |
|
|
|
|
| 价格归一化货币。 |
|
| 向 stderr 输出详细的获取日志。 |
故障排除
Cloudflare 质询超时:等待约 30 秒并重试一次。如果持续出现,使用
HEADLESS=false运行服务器一次,完成任何交互式质询,然后切换回来。首次调用缓慢:冷配置文件后的第一个请求会获得清除权限;后续调用会复用它。
Chromium 回退缺少浏览器:运行
npx playwright install chromium。
路线图
欢迎提出想法——请提交 issue。
免责声明
教育/研究项目。与 Chrono24 GmbH 无关联、未经其认可,也不存在任何关联。根据司法管辖区和用途,抓取可能违反 Chrono24 的服务条款;您有责任确保合规。速率限制有意保持保守——请保持这种状态。
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceReal-time crypto market intelligence MCP. Get prices, trending coins, market overview, top coins by market cap, and portfolio value — all through natural language in Claude, Cursor, or any MCP client6MIT
- AlicenseNot gradedqualityAmaintenanceEnables job search and scraping across multiple job boards (LinkedIn, Indeed, Glassdoor, etc.) with advanced filtering, directly from Claude Desktop or other MCP clients.5MIT
- AlicenseAqualityAmaintenanceHosted Amazon market-intelligence MCP for Claude and ChatGPT: query brands, sellers, ASINs, under-competed niches, the cross-seller operator network, observed buy-box history, and Amazon/Walmart cross-marketplace overlap. 65 read-only research tools over a pre-collected research dataset.72MIT
- AlicenseNot gradedqualityCmaintenanceEnables Claude to search eBay listings, analyze price distributions, find deals, and generate market research overviews via the Model Context Protocol.MIT
Related MCP Connectors
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
Live Google Maps business search, review, and photo data for AI agents over MCP.
Amazon brand, seller, niche & buy-box intelligence inside your own Claude or ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samiashi/chrono24-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server