Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Competitor Price Monitor Skill

FreeNot checked

GenPark AI Skill - Analyze competitor pricing, detect price gaps and generate dynamic repricing recommendations with four strategy modes

GitHubEmbed

About

GenPark AI Skill - Analyze competitor pricing, detect price gaps and generate dynamic repricing recommendations with four strategy modes

README

GenPark AI Agent Skill -- Analyze competitor pricing, detect price gaps, and generate dynamic repricing recommendations.

Features

  • Four pricing strategies: beat / match / premium / value
  • Per-product price gap analysis vs lowest and average competitor
  • Market position classification: price_leader / competitive / above_average / premium
  • Urgency-ranked repricing action list
  • Minimum price floor enforcement (cost-based)
  • Out-of-stock competitor filtering
  • Market summary dashboard

Quick Start

from client import CompetitorPriceClient

client = CompetitorPriceClient()
result = client.analyze(
    our_products=[{"id":"P1","name":"Serum","price":35,"cost":7,"min_price":18}],
    competitor_data=[{"competitor":"RivalStore","product_id":"P1","price":31.50,"in_stock":True}],
    strategy="match",
)
for action in result["repricing_actions"]:
    print(f"{action['name']}: ${action['current_price']} -> ${action['recommended_price']}")

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

from github.com/alphaparkinc/competitor-price-monitor-skill

Installing Competitor Price Monitor Skill

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/alphaparkinc/competitor-price-monitor-skill

FAQ

Is Competitor Price Monitor Skill MCP free?

Yes, Competitor Price Monitor Skill MCP is free — one-click install via Unyly at no cost.

Does Competitor Price Monitor Skill need an API key?

No, Competitor Price Monitor Skill runs without API keys or environment variables.

Is Competitor Price Monitor Skill hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Competitor Price Monitor Skill in Claude Desktop, Claude Code or Cursor?

Open Competitor Price Monitor Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Competitor Price Monitor Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs