# Global Market Monitor

Cryptographically signed market state verification for

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add headlessoracle/headless-oracle

# Browse available tools
npx -y @smithery/cli@latest tool list headlessoracle/headless-oracle

# Get full schema for a tool
npx -y @smithery/cli@latest tool get headlessoracle/headless-oracle get_market_status

# Call a tool
npx -y @smithery/cli@latest tool call headlessoracle/headless-oracle get_market_status '{}'
```

## Direct MCP Connection

Endpoint: `https://headless-oracle--headlessoracle.run.tools`

## Tools (4)

- `get_market_status` — Returns a cryptographically signed Ed25519 receipt stating whether a stock exchange is OPEN, CLOSED, HALTED, or UNKNOWN…
- `get_market_schedule` — Returns the next open and close UTC timestamps for a stock exchange. WHEN TO USE: call this to plan trade execution win…
- `list_exchanges` — Returns all 28 exchanges supported by Headless Oracle with their MIC codes, names, IANA timezones, and mic_type (iso | …
- `verify_receipt` — Verifies the Ed25519 cryptographic signature on a Headless Oracle signed receipt. WHEN TO USE: call this when you recei…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get headlessoracle/headless-oracle <tool-name>
```
