Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Price Elasticity Skill

FreeNot checked

GenPark AI Skill - Calculate price elasticity of demand and find revenue-maximizing price points for e-commerce products

GitHubEmbed

About

GenPark AI Skill - Calculate price elasticity of demand and find revenue-maximizing price points for e-commerce products

README

GenPark AI Agent Skill -- Calculate price elasticity of demand and find revenue-maximizing price points.

Features

  • Log-linear regression to fit price-demand curves
  • Elasticity classification: Elastic / Inelastic / Unit Elastic
  • Revenue and margin optimization across custom price ranges
  • Single price-change impact simulator
  • Actionable pricing recommendations

Quick Start

from client import PriceElasticityClient

client = PriceElasticityClient()
result = client.analyze(
    price_demand_data=[{"price": 29.99, "units_sold": 280}, {"price": 39.99, "units_sold": 140}],
    current_price=29.99,
    cost_per_unit=8.00,
)
print(f"Elasticity: {result['elasticity']} ({result['elasticity_type']})")
print(f"Optimal Price: ${result['optimal_price']}")

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

from github.com/alphaparkinc/genpark-price-elasticity-skill

Installing Genpark Price Elasticity Skill

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

▸ github.com/alphaparkinc/genpark-price-elasticity-skill

FAQ

Is Genpark Price Elasticity Skill MCP free?

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

Does Genpark Price Elasticity Skill need an API key?

No, Genpark Price Elasticity Skill runs without API keys or environment variables.

Is Genpark Price Elasticity Skill hosted or self-hosted?

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

How do I install Genpark Price Elasticity Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Price Elasticity 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 Genpark Price Elasticity Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs