Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

StillOS

БесплатноНе проверен

MCP server providing calibrated prediction signals for Kalshi CPI/GDP markets and tamper-evident claim notarization with Ed25519 receipts.

GitHubEmbed

Описание

MCP server providing calibrated prediction signals for Kalshi CPI/GDP markets and tamper-evident claim notarization with Ed25519 receipts.

README

MCP server for Kalshi CPI/GDP prediction markets and tamper-evident claim notarization.

What it does

  • get_cpi_signal — Calibrated P(YES) for any KXCPI Kalshi market. Cleveland Fed Nowcast source. Returns model_p, market_p, edge_cents, and a signed Ed25519 receipt.
  • get_gdp_signal — Calibrated P(YES) for KXGDP markets. Atlanta Fed GDPNow source.
  • get_active_signals — All signals with edge ≥ 10¢, ranked. No payment required.
  • commit_claim — Notarize any claim string. SHA256-chained, Ed25519-signed, permanently verifiable receipt.
  • verify_receipt — Verify any StillOS receipt by hash. Always free.
  • grade_strategy — Submit trade history → REAL_EDGE | REGIME_LUCK | NEGATIVE_EV verdict with signed receipt.
  • get_trust_record — Read honest Brier scores before trusting signals.

Trust record

  • 1,299 forward-committed predictions (SHA256-committed before outcome)
  • Brier score: 0.0011 (lower is better)
  • All outputs Ed25519-signed with key fingerprint f3dcf55117d29e0a
  • Every miss published same size as every win

Pricing

  • Free tier: 5 signals/day per agent identity
  • Paid: $0.01 USDC on Base (x402) per signal beyond free tier
  • Notarization: free (first 10/day)
  • Verification: always free

Install via MCP

{
  "mcpServers": {
    "stillos": {
      "type": "stdio",
      "command": "node",
      "args": ["stillos_mcp_server.cjs"],
      "env": {
        "MIL_BASE": "https://nolawealthfinancial.com"
      }
    }
  }
}

Endpoints

Verification

Every receipt is independently verifiable:

GET https://nolawealthfinancial.com/notary/verify?hash=<receipt_hash>

No account required.

from github.com/stillmarcus24/stillos

Установка StillOS

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/stillmarcus24/stillos

FAQ

StillOS MCP бесплатный?

Да, StillOS MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для StillOS?

Нет, StillOS работает без API-ключей и переменных окружения.

StillOS — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить StillOS в Claude Desktop, Claude Code или Cursor?

Открой StillOS на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare StillOS with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development