
Headless Oracle
Fetch Ed25519-signed market open/close receipts for major exchanges when building trading or scheduling logic against real session states.
Overview
Headless Oracle is an MCP server for the Build phase that serves Ed25519-signed market open/close receipts for seven major exchanges via streamable-http.
What is this MCP server?
- Ed25519-signed open/close receipts for NYSE, NASDAQ, LSE, JPX, Euronext, HKEX, and SGX
- Hosted streamable-http MCP at headlessoracle.mmsebenzi-oracle.workers.dev/mcp
- Version 5.0.0 remote server—no local npm install required for basic consumption
- Cryptographic receipts suited to verifiable pre-trade or scheduling checks
- Repository: LembaGang/headless-oracle-v5 on GitHub
- Seven exchanges named: NYSE, NASDAQ, LSE, JPX, Euronext, HKEX, SGX
- Remote MCP version 5.0.0 on headlessoracle.mmsebenzi-oracle.workers.dev/mcp
- Receipts use Ed25519 signing per registry description
What problem does it solve?
Trading and scheduling agents guess market hours from stale calendars and break when holidays or half-days differ by exchange.
Who is it for?
Builders wiring fintech or automation agents that need trustworthy, signed market-session data over remote MCP.
Skip if: Non-trading apps, or teams that require on-prem-only market data with no third-party oracle.
What do I get? / Deliverables
Your agent can request signed session receipts for named venues and gate logic on verifiable open/close state.
- Remote MCP access to signed open/close receipts for listed exchanges
- Verifiable market-state inputs for agent or API integration
Recommended MCP Servers
Journey fit
Exchange session truth is integrated while you build bots, agents, or services that must respect market hours. Signed oracle receipts are an external integration contract—canonical shelf is build → integrations, not growth or SEO.
How it compares
Signed market-state oracle MCP—not a brokerage API, portfolio skill, or backtesting framework.
Common Questions / FAQ
Who is Headless Oracle for?
It is for developers building agents or services that must know when NYSE, NASDAQ, LSE, JPX, Euronext, HKEX, or SGX sessions are open or closed.
When should I use Headless Oracle?
Use it while integrating trade timing, cron jobs, or agent tools that must fail safely around real exchange schedules.
How do I add Headless Oracle to my agent?
Add the streamable-http remote https://headlessoracle.mmsebenzi-oracle.workers.dev/mcp to your MCP client and call the documented market receipt tools.