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 ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre stillos-edge-gate

¿Qué es stillmarcus24/stillos-edge-gate?

+

stillmarcus24/stillos-edge-gate es mcp servers para el ecosistema de Claude AI. Grade a track record before committing capital: REAL_EDGE | REGIME_LUCK | NEGATIVE_EV | INSUFFICIENT_DATA. Fail-closed, signed receipts. npx stillos-edge-gate Tiene 0 estrellas en GitHub y se actualizó por última vez 1mo ago.

¿Cómo se instala stillos-edge-gate?

+

Puedes instalar stillos-edge-gate clonando el repositorio (https://github.com/stillmarcus24/stillos-edge-gate) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar stillmarcus24/stillos-edge-gate?

+

stillmarcus24/stillos-edge-gate aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene stillmarcus24/stillos-edge-gate?

+

stillmarcus24/stillos-edge-gate es mantenido por stillmarcus24. La última actividad registrada en GitHub es de 1mo ago, con 0 issues abiertos.

¿Hay alternativas a stillos-edge-gate?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega stillos-edge-gate en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a stillos-edge-gate