art-python

davidesg/art-python
★ 0 stars Python Code/Dev Tools Updated 1d ago
ART (art-tseries) — Box-Jenkins-Treadway model-building toolkit + MCP server; includes the atsw umbrella meta-package. Part of the ATSW suite.
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": {
    "art-python": {
      "command": "uvx",
      "args": [
        "art-python"
      ]
    }
  }
}

Or install with pip: pip install art-python

README Excerpt

`art-tseries` (ART) builds univariate time series models following the **Box-Jenkins-Treadway** methodology: an iterative, decision-driven process that uses graphical tools and formal tests to identify, estimate, diagnose and refine a model until it is adequate and parsimonious. ART is the orchestration layer of a four-part suite:

Topics

arimabox-jenkinseconometricsmcpmcp-servertime-series