← headlessoracle.com

INDIVIDUAL MCP TOOL

get_market_status

Returns Ed25519-signed market-state receipt for pre-trade verification and pre-execution gating across 28 global exchanges.

headlessoracle.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

headlessoracle.com

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_schedule — Returns holiday-aware trading session schedule with next open/close UTC timestamps for any of 28 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.