headless-oracle-setup
v1.0.1
Published
One-command MCP setup for Headless Oracle in Claude Desktop, Cursor, and Windsurf. 28 global exchanges, Ed25519-signed, fail-closed.
Maintainers
Readme
headless-oracle-setup
One command. Works in Claude Desktop, Cursor, and Windsurf. Zero config.
npx headless-oracle-setupWhat it does
Configures the Headless Oracle MCP server in every supported AI client found on your machine:
- Claude Desktop —
claude_desktop_config.json - Cursor —
~/.cursor/mcp.json - Windsurf —
~/.codeium/windsurf/mcp_config.json
After running, restart your AI client and ask: "Is NYSE open right now?"
What you get
get_market_status— Ed25519-signed receipt: OPEN, CLOSED, HALTED, or UNKNOWNget_market_schedule— Next open/close times for any exchangelist_exchanges— All 28 supported marketsverify_receipt— Verify a receipt's signature
28 global exchanges. Equities, derivatives, and 24/7 crypto (Coinbase, Binance). Fail-closed: UNKNOWN always means do not execute.
Note: SMA receipts denote "Signed Market Attestation" — not Simple Moving Average.
Manual config
{
"mcpServers": {
"headless-oracle": {
"url": "https://headlessoracle.com/mcp"
}
}
}