npm stillos-edge-gatestreamable-httpMITupdated 2mo ago
A callable trust primitive. Grade a track record before you commit capital.
What can you do with stillos edge gate?
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
npx stillos-edge-gate grade trades.json
or add as an MCP server (Claude Desktop / any MCP client):
{ "mcpServers": { "stillos-edge-gate": { "command": "npx", "args": ["stillos-edge-gate", "mcp"] } } }
Input
[ { "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_EDGEonly 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
const { gradeStrategy } = require('stillos-edge-gate');
const v = gradeStrategy(trades); // { verdict, train, test, t_stat, reasons }
Install
Add stillos edge gate to your client. Pick the one you use.
{
"servers": {
"stillos-edge-gate": {
"type": "http",
"url": "https://stillos-edge-gate-edge.stillos.workers.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add stillos-edge-gate -- npx -y stillos-edge-gatecodex mcp add stillos-edge-gate -- npx -y stillos-edge-gateamp mcp add stillos-edge-gate -- npx -y stillos-edge-gate{
"mcpServers": {
"stillos-edge-gate": {
"command": "npx",
"args": [
"-y",
"stillos-edge-gate"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"stillos-edge-gate": {
"command": "npx",
"args": [
"-y",
"stillos-edge-gate"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"stillos-edge-gate": {
"command": "npx",
"args": [
"-y",
"stillos-edge-gate"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"stillos-edge-gate": {
"command": "npx",
"args": [
"-y",
"stillos-edge-gate"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"stillos-edge-gate": {
"command": "npx",
"args": [
"-y",
"stillos-edge-gate"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"stillos-edge-gate": {
"type": "local",
"command": "npx",
"args": [
"-y",
"stillos-edge-gate"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"stillos-edge-gate": {
"command": {
"path": "npx",
"args": [
"-y",
"stillos-edge-gate"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y stillos-edge-gateRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance22/25
- Trust13/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 65 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.3.2Latest | Jul 30, 2026 |
| 1.3.1 | Jul 28, 2026 |
| 1.0.3 | Jul 12, 2026 |
| 1.0.2 | Jul 6, 2026 |
| 1.0.1 | Jun 28, 2026 |