Skip to main content
ClaudeWave

Grade a track record before committing capital: REAL_EDGE | REGIME_LUCK | NEGATIVE_EV | INSUFFICIENT_DATA. Fail-closed, signed receipts. npx stillos-edge-gate

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated 1mo ago
Install in Claude Code / Claude Desktop
Method: NPX · stillos-edge-gate
Claude Code CLI
claude mcp add stillos-edge-gate -- npx -y stillos-edge-gate
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "stillos-edge-gate": {
      "command": "npx",
      "args": ["-y", "stillos-edge-gate"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# stillos-edge-gate

**A callable trust primitive. Grade a track record *before* you commit capital.**

A real edge is not a prediction — it is a repeatable, out-of-sample, fee-adjusted
decision advantage that survives a regime change. This tells you, in one word, whether
a strategy has one:

```
REAL_EDGE | REGIME_LUCK | NEGATIVE_EV | INSUFFICIENT_DATA
```

Fail-closed: anything that isn't a surviving, fee-adjusted, regime-stable edge is rejected.
Every verdict ships with a signed, independently verifiable receipt.

## Install
```bash
npx stillos-edge-gate grade trades.json
```
or add as an MCP server (Claude Desktop / any MCP client):
```json
{ "mcpServers": { "stillos-edge-gate": { "command": "npx", "args": ["stillos-edge-gate", "mcp"] } } }
```

## Input
```json
[ { "t": "2026-06-01T12:00:00Z", "price": 0.62, "side": "no", "outcome": 1 }, ... ]
```
`price` = entry price 0..1 · `side` = yes|no · `outcome` = 1 won / 0 lost.

## How it decides
- chronological **70/30 out-of-sample holdout** (most-recent 30% is the test)
- **fee + slippage** adjusted per trade
- **significance test** (t ≥ 1.5) on fee-adjusted EV
- `REAL_EDGE` only if +EV in **both** splits after fees, significant.

## Why trust it
We ran it on our own live trading book first. It returned **NEGATIVE_EV** — and we
published the signed receipt. We don't sell edges; we tell you whether yours is real.

## Library
```js
const { gradeStrategy } = require('stillos-edge-gate');
const v = gradeStrategy(trades); // { verdict, train, test, t_stat, reasons }
```

MIT. https://nolawealthfinancial.com/notary

What people ask about stillos-edge-gate

What is stillmarcus24/stillos-edge-gate?

+

stillmarcus24/stillos-edge-gate is mcp servers for the Claude AI ecosystem. Grade a track record before committing capital: REAL_EDGE | REGIME_LUCK | NEGATIVE_EV | INSUFFICIENT_DATA. Fail-closed, signed receipts. npx stillos-edge-gate It has 0 GitHub stars and was last updated 1mo ago.

How do I install stillos-edge-gate?

+

You can install stillos-edge-gate by cloning the repository (https://github.com/stillmarcus24/stillos-edge-gate) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is stillmarcus24/stillos-edge-gate safe to use?

+

stillmarcus24/stillos-edge-gate has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains stillmarcus24/stillos-edge-gate?

+

stillmarcus24/stillos-edge-gate is maintained by stillmarcus24. The last recorded GitHub activity is from 1mo ago, with 0 open issues.

Are there alternatives to stillos-edge-gate?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy stillos-edge-gate to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: stillmarcus24/stillos-edge-gate
[![Featured on ClaudeWave](https://claudewave.com/api/badge/stillmarcus24-stillos-edge-gate)](https://claudewave.com/repo/stillmarcus24-stillos-edge-gate)
<a href="https://claudewave.com/repo/stillmarcus24-stillos-edge-gate"><img src="https://claudewave.com/api/badge/stillmarcus24-stillos-edge-gate" alt="Featured on ClaudeWave: stillmarcus24/stillos-edge-gate" width="320" height="64" /></a>

More MCP Servers

stillos-edge-gate alternatives