Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

TradeTi.me — Market Hours

io.github.nicolaijohannesen/tradetime-mcp

Read-only trading hours for 30 stock exchanges — open now, next open, holidays, sessions.

Uptime
100.0%
1 direct probes · 30d
Response
114ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

is_market_open

Is a stock exchange open for trading right now (or at a given time)? Returns { open: true/false } plus status, when it next opens (weekends and holidays are skipped), and when it closes if currently o…

get_exchange_status

Full live status for one exchange: open flag, status enum (main_open / session_open / opening_soon / closed), session type, hours to the next transition, hours to close (if open), and why it is closed…

markets_open_now

Which of the world's stock exchanges are open right now (or at a given time)? Returns every tracked exchange with its open flag and status — ideal for "which markets are trading?".

time_until_next_open

When does an exchange next open? Returns hours until the next open (weekends and holidays skipped), or — if it is already open — hours until it closes.

list_exchanges

List the tracked stock exchanges as lightweight summaries (id, name, city, country, timezone, region, importance). Optionally filter by region (e.g. "Asia", "Americas", "Europe"). Use this to discover…

get_exchange

The full record for one exchange: sessions (in exchange-local decimal hours), holidays, early closes, and official source links.

get_holidays

The closure calendar for one exchange: full-day holidays (YYYY-MM-DD, exchange-local) and early-close days with their close times.

get_trading_sessions

The trading-session structure for one exchange, in exchange-local decimal hours (9.5 = 09:30). A four-number "main" means a lunch break (e.g. Tokyo 9–11.5, 12.5–15).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tradeti.me_—_market_hours": {
      "url": "https://mcp.tradeti.me/mcp",
      "transport": "streamable-http"
    }
  }
}