Hi,
I saw OpenBB is building the agent-compatible market data platform. Impressive stack.
I've been building Headless Oracle — a signed market oracle that gives agents a verified pre-trade gate. Before any trade or capital commitment, the agent fetches an Ed25519-signed receipt confirming the exchange is OPEN. 60-second TTL. 28 exchanges. UNKNOWN must be treated as CLOSED.
It fills a gap in the agent data stack: OpenBB provides the market data agents trade on, but no one provides verified metadata about whether trading is possible right now.
import requests
r = requests.get('https://headlessoracle.com/v5/demo?mic=XNYS')
receipt = r.json()
MCP server at headlessoracle.com/mcp for Claude/Cursor integration. Also on the Official MCP Registry.
If there's interest in adding a market-state verification layer to OpenBB's agent toolkit, I'd love to contribute.
— Mike (headlessoracle.com)
Hi,
I saw OpenBB is building the agent-compatible market data platform. Impressive stack.
I've been building Headless Oracle — a signed market oracle that gives agents a verified pre-trade gate. Before any trade or capital commitment, the agent fetches an Ed25519-signed receipt confirming the exchange is OPEN. 60-second TTL. 28 exchanges. UNKNOWN must be treated as CLOSED.
It fills a gap in the agent data stack: OpenBB provides the market data agents trade on, but no one provides verified metadata about whether trading is possible right now.
import requests
r = requests.get('https://headlessoracle.com/v5/demo?mic=XNYS')
receipt = r.json()
MCP server at headlessoracle.com/mcp for Claude/Cursor integration. Also on the Official MCP Registry.
If there's interest in adding a market-state verification layer to OpenBB's agent toolkit, I'd love to contribute.
— Mike (headlessoracle.com)