MCP Server 市场
一个MCP(模型上下文协议)服务器,用于搜索和查看市场广告。它允许像Claude这样的人工智能助理访问市场广告。
特性
- 搜索 - 搜索具有广泛过滤器的广告(价格,距离,条件,类别等)
- 类别过滤器 - 过滤类别特定属性,如RAM,屏幕大小,品牌,帧高度等。
- 广告详情 - 查看完整描述, 所有图片和特点
- 卖家信息 - 查看卖家评论和验证状态
- 类别 - 浏览所有市场类别
安装
有两种安装方式:通过 uvx handmatig。
uvx
claude mcp add --transport stdio marktplaats -- uvx git+https://github.com/PonClick/marktplaats-mcp marktplaats-mcpvoeg脚趾入内 .claude.json:
"mcpServers": {
"marktplaats": {
"type": "stdio",
"command": "uvx",
"args": [
"git+https://github.com/PonClick/marktplaats-mcp",
"marktplaats-mcp"
],
"env": {}
}
}手动安装
- Git克隆en pip安装。
# Clone de repository
git clone https://github.com/PonClick/marktplaats-mcp.git
cd marktplaats-mcp
# Installeer met pip
pip install -e .- 添加到您的 Claude 桌面配置 (
~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"marktplaats": {
"command": "marktplaats-mcp"
}
}
}使用
可用工具
search_listings
使用过滤器搜索广告:
query- 搜索条件category/subcategory-类别过滤器zip_code距离邮政编码distance_km最大距离price_from/price_to- 价格范围condition-条件(新的、已使用的、as_good_as_new等)attribute_ids类别特定过滤器(使用)get_category_filters)
get_listing_details
获取完整的广告详情,包括:
- 完整描述
- 所有图像
- 特点
- 统计 (浏览, 保存)
get_seller_info
卖方信息:
- 姓名和身份验证状态
- 平均评分
- 评论数量
list_categories
查看所有可用类别。
get_category_filters
获取类别的可用过滤器,例如:
- 笔记本电脑:RAM、schermgrootte、处理器、SSD/HDD
- 自行车: 品牌, 框架高度, 电动
例子
寻找具有 16GB RAM 的笔记本电脑
search_listings(
subcategory="laptops",
price_to=500,
attribute_ids=[12103] # 16GB RAM
)搜索Gazelle电动自行车
search_listings(
query="gazelle",
subcategory="elektrische fietsen",
condition="used"
)学分
开源
该项目是完全开源的,由 少点击AI.
许可证
麻省理工学院许可证-Zie 许可证 对于细节。
免责声明
这是一个非官方项目,与Marketplace.cn无关。您必须自行承担风险并遵守Marketplace的使用条款。
