← headlessoracle.com
INDIVIDUAL MCP TOOL
get_market_schedule
Returns holiday-aware trading session schedule with next open/close UTC timestamps for any of 28 exchanges.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.headlessoracle-com]
url = "https://headlessoracle.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"headlessoracle-com": {
"type": "http",
"url": "https://headlessoracle.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: headlessoracle-com
Remote MCP URL: https://headlessoracle.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"headlessoracle-com": {
"url": "https://headlessoracle.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"headlessoracle-com": {
"type": "http",
"url": "https://headlessoracle.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "headlessoracle-com",
"transport": "streamable-http",
"url": "https://headlessoracle.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_market_status— Returns Ed25519-signed market-state receipt for pre-trade verification and pre-execution gating across 28 global exchanges.list_exchanges— Returns directory of all 28 exchanges supported by Headless Oracle: MIC codes, exchange names, IANA timezones, market hours metadata, and mic_type (iso|convention).get_payment_options— Returns available payment and authentication options for accessing live market data.