Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Supply Chain Risk Skill

FreeNot checked

GenPark AI Skill - Analyze supply chain disruption risk with geographic, dependency, and reliability scoring

GitHubEmbed

About

GenPark AI Skill - Analyze supply chain disruption risk with geographic, dependency, and reliability scoring

README

GenPark AI Agent Skill — Analyze supply chain disruption risk for e-commerce operations.

Features

  • 5 risk dimensions: Geographic Concentration, Single-Source Dependency, Supplier Reliability, Lead Time Variance, Inventory Buffer
  • Weighted composite risk score (0-100)
  • Risk levels: Low / Moderate / High / Critical
  • Prioritized action recommendations
  • Works fully offline — no external APIs needed

Quick Start

from client import SupplyChainRiskClient

client = SupplyChainRiskClient()
result = client.analyze(
    suppliers=[
        {"name": "Acme Mfg", "country": "CN", "lead_time_days": 45, "reliability_score": 0.80, "category": "electronics"},
    ],
    inventory_days=30,
    single_source_categories=["electronics"],
)
print(f"Risk Score: {result['risk_score']}/100 — {result['risk_level']}")
for rec in result["recommendations"]:
    print(f"  - {rec}")

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

from github.com/alphaparkinc/genpark-supply-chain-risk-skill

Installing Genpark Supply Chain Risk Skill

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

▸ github.com/alphaparkinc/genpark-supply-chain-risk-skill

FAQ

Is Genpark Supply Chain Risk Skill MCP free?

Yes, Genpark Supply Chain Risk Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Supply Chain Risk Skill need an API key?

No, Genpark Supply Chain Risk Skill runs without API keys or environment variables.

Is Genpark Supply Chain Risk Skill hosted or self-hosted?

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

How do I install Genpark Supply Chain Risk Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Supply Chain Risk 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 Supply Chain Risk Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs