StillOS

StillOS

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

Category
Visit Server

README

StillOS — Calibrated Prediction Signals + Notary

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

  • Agent card: https://nolawealthfinancial.com/.well-known/agent.json
  • OpenAPI: https://nolawealthfinancial.com/identity/openapi.json
  • Notary: https://nolawealthfinancial.com/notary/
  • Verify: https://nolawealthfinancial.com/verify
  • Reputation: https://nolawealthfinancial.com/reputation

Verification

Every receipt is independently verifiable:

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

No account required.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured