The first algorithm on Ulysses: unsupervised structural change detection, real-time, on a CPU.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Kirk β Unsupervised Structural Change Detection.
kirk_bulk_howtoCallable MCP tool function
model_idCallable MCP tool function
kirk_score_bookCallable MCP tool function
Ulysses is an algorithmic primitive for computing the complete pairwise structure of a system β every variable against every other, all at once β unsupervised, real-time, on a CPU.
Kirk is the first algorithm on Ulysses. It signals the moment structure breaks.
Borg is the second algorithm on Ulysses. Radio-frequency spectrum anomaly detection.
This repository is the public documentation and configuration surface for the hosted kirk-mcp MCP server at kirk-mcp.kavara.ai β where Kirk is exposed as a set of MCP tools for validation and discovery use cases.
The Kalman filter for the non-Gaussian, non-stationary world.
The Kalman filter is a special case: linear, Gaussian. Ulysses closes the full-joint intractability that stopped the Boltzmann-machine family, in polynomial time, and Kirk applies that primitive to non-stationary streams. Not a foundation model β the Kalman filter's category, not GPT's. The IP is the math.
Fastest path: paste this into your assistant and it will configure your client for you β Grok, Claude, Cursor, Copilot Chat, or any other MCP client.
To configure by hand instead, read on.
You need a credential. Kavara issues one of two kinds β use whichever you were given:
| You were given | Use this |
|---|---|
A URL like https://kirk-mcp.kavara.ai/mcp/k_... | Personal key. Works as a URL or as a header. |
| A client ID and secret pair | Service token. Header only. |
Most clients are configured with a personal key. It is the same key either way β as a header it stays out of shell history, process listings and request logs, so prefer the header form wherever your client supports headers.
Personal key, as a header (recommended):
Personal key, as a URL β for clients that accept only a URL (the Claude Desktop and claude.ai connector dialogs, for example):
Service token, if that is what you hold:
Command-line clients that take flags rather than JSON, such as Claude Code:
First 100 inference units are free per new account. Contact sales@kavara.ai
to be issued a credential.
Ask your client to call kirk_verify_engine. It costs nothing and returns
status: ok plus the engine sha. Record that sha alongside any result you keep β
results from different engine builds are not interchangeable.
If a call fails, see troubleshooting before changing your credential; the most common failure is not a credential problem.
For per-client templates see examples/: Claude Desktop, Claude Code,
Cursor, VS Code, Grok, a generic streamable-HTTP client, and a Python client.
User-Agent. Cloudflare rejects some default client agents on this zone with a
1010 "browser signature banned" error that arrives as a 403. Set an explicit
User-Agent before you start debugging credentials.URL key ... is unknown. The key was mistyped, or it has been revoked.
Keys are per person and are not shared; ask for a new one.kirk_billing_show.kirk_list_models that errors when called. The catalogue
lists registered models; it is not a liveness check. Please report it.Almost all of AI is supervised: predict a target Y from inputs X. It's powerful, but it needs a target β someone has to define and label Y β and it only sees the slice you framed, not the structure you didn't think to ask about.
What actually drives market regimes, trips alarms, and breaks systems lives in how all the variables relate to each other β the joint structure of the whole system. That structure is unlabeled, it shifts over time, and "Y given X" is blind to it.
Kirk answers the question nobody's model is answering:
"Is the structure of this system still normal β and if not, where did it break?"
Kirk maintains a continuously-updated model of what "normal" looks like across every-pairwise interaction. Read any relationship straight off it, including the classic Y-given-X. When structure breaks, Kirk fires. When it holds, Kirk sits flat.
Additive, not substitutive. Keep your models β Kirk aims them. An attention layer that tells the rest of your stack where to look.
Keeping the exact full joint costs O(2βΏ) β intractable beyond toy sizes. The classical world restricts the graph or samples and hopes. Ulysses computes the exact full joint in a deterministic O(nΒ³) per sample, paid once per incoming sample, independent of history length.
| n | Ulysses β nΒ³ / sample | Boltzmann (exact) β 2βΏ |
|---|---|---|
| 30 | 27,000 | 1,073,741,824 |
| 64 | 262,144 | 18,400,000,000,000,000,000 |
| 100 | 1,000,000 | 1.3 Γ 10Β³β° |
At n=100: a million ops vs more terms than atoms in the room. Polynomial means it runs anywhere.
Measured on the production engine β one dual-socket Xeon box, 192 cores, no GPU:
Kirk exposes six capability classes. Three are directly accessible via this MCP endpoint:
Three more capabilities live in the in-process wheel license (Path B) β not exposed via MCP today:
Contact sales@kavara.ai for wheel access if C1/C3/C4 apply to your workload.
Kirk reproduced a proprietary FY24 US equities top-512 dynamic-universe evaluation harness β bit-exact against the customer-published golden β across 252 trading days.
| Anchor | Customer golden | Kirk-reproduced | Delta | Status |
|---|---|---|---|---|
| 2024-01-02 single-day mean_H | 3.3636 | 3.363630 | +2.97 Γ 10β»β΅ | Match |
| 2024-01-03 single-day mean_H | 3.2881 | 3.288437 | +3.37 Γ 10β»β΄ | Match |
| 95-day aggregate mean_H | 3.3308 | 3.330077 | β7.23 Γ 10β»β΄ | Match |
| Full FY24 (252 days) | β | 3.339602 | β | New baseline |
Delta magnitudes are ~33Γ tighter than the customer's published tolerance. Wall clock: 39 minutes single Python process, in-process, $0 marginal cost. Determinism verified: 252-day sweep run twice, byte-identical output. Substrate check: engine sha bit-identical across Intel SPR + Intel GNR-AP + AMD Genoa.
Independent third-party validation on RF anomaly detection: comparable detection to a supervised CNN that trained on the anomaly class β Kirk never saw an anomaly. 24β1,364Γ cheaper, ~32 KB of state, fully online.
Fetch the full FY24 case study machine-readably via the kirk://case-studies/fy24-us-equities-reproduction MCP resource on this server.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kirk-unsupervised-structural-change-detection)<a href="https://allmcps.com/mcp/kirk-unsupervised-structural-change-detection"><img src="https://allmcps.com/api/badge/kirk-unsupervised-structural-change-detection?style=directory" alt="Kirk β Unsupervised Structural Change Detection on AllMCPs" /></a>