StillOS
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@StillOSwhat's the CPI signal for next release?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Hunch
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
f3dcf55117d29e0aEvery 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
Reputation: https://nolawealthfinancial.com/reputation
Verification
Every receipt is independently verifiable:
GET https://nolawealthfinancial.com/notary/verify?hash=<receipt_hash>No account required.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for querying and optionally trading across prediction markets (Polymarket, Kalshi, Limitless, Manifold) through a unified API.30MIT
- Alicense-qualityCmaintenanceMCP server that exposes Kalshi prediction markets as tools for AI agents, enabling conversational trading with safety features like demo mode, preview-before-place, and hard caps.MIT
- Flicense-qualityBmaintenanceA monetizable remote MCP server that provides prediction-market intelligence tools for AI agents, enabling discovery, evaluation, and mispricing detection across venues like Polymarket and Kalshi with per-call payment.1
- AlicenseAqualityBmaintenanceMCP server for deterministic numeric verification and spreadsheet auditing. Enables AI agents to verify math/finance claims, audit rows, and evaluate covenant rules with signed, independently checkable receipts.4MIT
Related MCP Connectors
Read-only MCP server for live Polymarket, Kalshi, Limitless odds; Manifold sentiment.
Kalshi MCP — US-regulated prediction-market data (no auth on public reads).
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stillmarcus24/stillos'
If you have feedback or need assistance with the MCP directory API, please join our Discord server