Genpark Coupon Recommendation Skill
БесплатноНе проверенGenPark coupon recommendations agent skill. Audits spend thresholds and returns the highest discount code.
Описание
GenPark coupon recommendations agent skill. Audits spend thresholds and returns the highest discount code.
README
This repository contains the GenPark Coupon Recommendation Agent Skill — an agent configuration skill config (skill.json), a production-ready Python SDK client (coupon_recommender.py), and executable verification tests. It is designed to compare cart contents against a list of active discount vouchers, verify minimum spend thresholds and category constraints, and return the optimal coupon code.
🚀 Capabilities
- Category Restriction Audits: Limits percentage/fixed coupon values strictly to matching product categories.
- Optimal Value Solver: Compares all active discount results to select the voucher code producing the maximum savings.
- Spend Threshold Protection: Automatically flags and disqualifies coupons if cart totals fall below rules.
🛠️ Setup & Installation
- Install dependencies:
pip install -r requirements.txt
💻 SDK Usage Reference
from coupon_recommender import CouponRecommenderClient
client = CouponRecommenderClient()
result = client.recommend_coupon(
cart_items=[{"sku": "SKU-01", "price": 100, "quantity": 1, "category": "audio"}],
coupons=[
{"code": "SAVE10", "discount_type": "percent", "discount_value": 10},
{"code": "AUDIO25", "discount_type": "percent", "discount_value": 25, "applicable_category": "audio"}
]
)
print(result["recommended_coupon"])
📜 License
This project is licensed under the MIT License.
from github.com/alphaparkinc/genpark-coupon-recommendation-skill
Установка Genpark Coupon Recommendation Skill
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/alphaparkinc/genpark-coupon-recommendation-skillFAQ
Genpark Coupon Recommendation Skill MCP бесплатный?
Да, Genpark Coupon Recommendation Skill MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Genpark Coupon Recommendation Skill?
Нет, Genpark Coupon Recommendation Skill работает без API-ключей и переменных окружения.
Genpark Coupon Recommendation Skill — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Genpark Coupon Recommendation Skill в Claude Desktop, Claude Code или Cursor?
Открой Genpark Coupon Recommendation Skill на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Genpark Coupon Recommendation Skill with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
