chain-mcp

Dimitres-Kisimov/chain-mcp
★ 0 stars Python AI/LLM Updated today
MCP server exposing my real analytics and optimization engines as tools for Claude: forecasting, slotting, packing, routing, leakage analysis, portfolio audit. Honest data labels on every tool.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chain-mcp": {
      "command": "uvx",
      "args": [
        "chain-mcp"
      ]
    }
  }
}

Or install with pip: pip install chain-mcp

README Excerpt

I have spent the past months building optimization and analytics engines — slotting, packing, routing, forecasting, margin analytics — each living in its own repo with its own CLI and web UI. This project is the agentic-integration layer on top: an **MCP server** that exposes those real engines as tools, so an

Tools (7)

CHAINMCP_ROOTanalyze_discount_leakageforecast_demandoptimize_slottingpack_cartonsportfolio_statusroute_deliveries

Topics

agentic-aiclaudemcpmodel-context-protocoloptimizationpython