Agentsyun优惠券
About
Agentsyun优惠券MCP服务,提供多品类优惠券查询、筛选和推广链接生成功能,支持外卖、美食、休闲娱乐、酒店民宿、门票度假、医药等多个类目。
Details
- Author
- huizhizhineng
- Downloads
- 188
- Categories
- Other
Jump to
- 支持6大类优惠券列表查询:外卖、美食、休闲娱乐、酒店民宿、门票度假、医药。
- 提供优惠券推广链接生成,支持H5长/短链接、deeplink、微信小程序路径、团口令、小程序码。
- 每个列表查询工具支持关键词搜索和分页。
- 推广链接生成工具需指定券的skuId和链接类型。
- 开发者可通过MCP通道获取优惠券客户的消费佣金。
- 支持美团渠道优惠券。
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Agentsyun优惠券Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
通过MCP客户端配置使用。推荐使用stdio传输方式,在本地的MCP客户端配置文件中添加如下JSON:
{
"mcpServers": {
"agentsyun-coupon": {
"command": "uvx",
"args": ["agentsyun-coupon-mcp-server"],
"env": {
"APP_KEY": "开放平台申请的APP_KEY",
"APP_SECRET": "开放平台申请的APP_SECRET"
}
}
}
}
也可选择SSE或Streamable HTTP传输方式,需将代码拉取到本地并设置环境变量后运行相应命令。所有调用前需前往Agentsyun开放平台(https://mcp.agentsyun.com/)获取APP_KEY和APP_SECRET。
list_takeaway_coupons
获取支持的外卖商品券列表 根据指定条件查询优惠券分类信息,支持搜索、分页等功能。
get_takeaway_promotion_link
获取外卖商品券的推广链接 根据指定条件获取外卖商品券的推广链接。
list_restaurant_coupons
获取支持的美食优惠券列表 根据指定条件查询优惠券分类信息,支持搜索、分页等功能。
get_restaurant_promotion_link
获取美食的推广链接 根据指定条件获取美食的推广链接。
list_entertainment_coupons
获取支持的休闲娱乐优惠券列表 根据指定条件查询优惠券分类信息,支持搜索、分页等功能。
get_entertainment_promotion_link
获取休闲娱乐的推广链接 根据指定条件获取休闲娱乐的推广链接。
list_hotel_coupons
获取支持的酒店民宿优惠券列表 根据指定条件查询优惠券分类信息,支持搜索、分页等功能。
get_hotel_promotion_link
获取酒店民宿的推广链接 根据指定条件获取酒店民宿的推广链接。
list_travel_coupons
获取支持的门票度假优惠券列表 根据指定条件查询优惠券分类信息,支持搜索、分页等功能。
get_travel_promotion_link
获取门票度假的推广链接 根据指定条件获取门票度假的推广链接。
list_medical_coupons
获取支持的医药优惠券列表 根据指定条件查询优惠券分类信息,支持搜索、分页等功能。
get_medical_promotion_link
获取医药的推广链接 根据指定条件获取医药的推广链接。
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"agentsyun\u4f18\u60e0\u5238": {
"agentsyun-coupon": {
"command": "uvx",
"args": [
"agentsyun-coupon-mcp-server"
],
"env": {
"APP_KEY": "\u5f00\u653e\u5e73\u53f0\u7533\u8bf7\u7684APP_KEY",
"APP_SECRET": "\u5f00\u653e\u5e73\u53f0\u7533\u8bf7\u7684APP_SECRET"
}
}
}
}
}
McpServers
{
"agentsyun-coupon": {
"command": "uvx",
"args": [
"agentsyun-coupon-mcp-server"
],
"env": {
"APP_KEY": "\u5f00\u653e\u5e73\u53f0\u7533\u8bf7\u7684APP_KEY",
"APP_SECRET": "\u5f00\u653e\u5e73\u53f0\u7533\u8bf7\u7684APP_SECRET"
}
}
}
Agentsyun优惠券MCP服务
这是一个基于MCP协议的优惠券服务,提供多品类优惠券查询、筛选和推广链接生成功能,支持外卖、美食、休闲娱乐、酒店民宿、门票度假、医药等多个类目。功能特性
- 支持6大类优惠券查询: - 外卖商品券 - 美食优惠券 - 休闲娱乐券 - 酒店民宿券 - 门票度假券 - 医药券 - 提供完整的优惠券生命周期管理: - 优惠券列表查询 - 推广链接生成(支持多种链接类型)工具具体说明
优惠券列表查询
1.list_takeaway_coupons - 外卖商品券列表
2. list_restaurant_coupons - 美食优惠券列表
3. list_entertainment_coupons - 休闲娱乐券列表
4. list_hotel_coupons - 酒店民宿券列表
5. list_travel_coupons - 门票度假券列表
6. list_medical_coupons - 医药券列表
推广链接生成
1.get_takeaway_promotion_link - 外卖商品券推广链接
2. get_restaurant_promotion_link - 美食优惠券推广链接
3. get_entertainment_promotion_link - 休闲娱乐券推广链接
4. get_hotel_promotion_link - 酒店民宿券推广链接
5. get_travel_promotion_link - 门票度假券推广链接
6. get_medical_promotion_link - 医药券推广链接Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



