Metadata-Version: 2.4
Name: seiche
Version: 0.7.0
Summary: Funding-stress and leveraged-positioning early-warning terminal (money market + capital market), built on free keyless public APIs.
License-Expression: AGPL-3.0-or-later
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.115
Requires-Dist: uvicorn>=0.30
Requires-Dist: httpx>=0.27
Requires-Dist: numpy>=1.26
Requires-Dist: pandas>=2.2
Requires-Dist: scikit-learn>=1.4
Requires-Dist: scipy>=1.11
Requires-Dist: arch>=7
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Requires-Dist: pytest-memray>=1.7; sys_platform != "win32" and extra == "dev"
Requires-Dist: pytest-pystack>=1.0; sys_platform == "linux" and extra == "dev"
Provides-Extra: notary
Requires-Dist: opentimestamps>=0.4; extra == "notary"

# Seiche

Funding-stress early warning for US money markets, built entirely from free,
keyless public data (Fed H.4.1, NY Fed operations, OFR repo, Treasury cash). It
reads the plumbing so you don't have to: one stress board, honest backtests,
published misses, updated twice a day.

Full project, the terminal UI, and deployment: https://github.com/beepboop2025/seiche
Live: https://seiche.info

## As an agent tool (MCP)

Seiche is a Model Context Protocol server. Any MCP-capable agent can read the
live board as tools — the current stress regime, forward event odds, historical
analogs, and the honest backtest.

```bash
pip install seiche
seiche-mcp                 # stdio MCP server
```

Or connect to the hosted, metered endpoint at `https://api.seiche.info/mcp`.
See [docs/MCP.md](https://github.com/beepboop2025/seiche/blob/main/docs/MCP.md).

mcp-name: io.github.beepboop2025/seiche
