# TradeTi.me — Market Hours MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-nicolaijohannesen-tradetime-mcp
- Repository: https://github.com/NicolaiJohannesen/global_trading_timeline
- Website: https://tradeti.me/developers/mcp

## Install
- Command: `npx -y tradetime-mcp`
- Endpoint: https://mcp.tradeti.me/mcp
- Auth: Not captured

## Setup notes
- Package: Npm tradetime-mcp v0.1.2
- Remote endpoint: https://mcp.tradeti.me/mcp

## Tools
- 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 open. The fastest answer to "is <exchange> open?". Endpoint: https://mcp.tradeti.me/mcp
- 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 (holiday / weekend) if applicable. Endpoint: https://mcp.tradeti.me/mcp
- 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?". Endpoint: https://mcp.tradeti.me/mcp
- 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. Endpoint: https://mcp.tradeti.me/mcp
- 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 valid exchange ids. Endpoint: https://mcp.tradeti.me/mcp
- get_exchange - The full record for one exchange: sessions (in exchange-local decimal hours), holidays, early closes, and official source links. Endpoint: https://mcp.tradeti.me/mcp
- get_holidays - The closure calendar for one exchange: full-day holidays (YYYY-MM-DD, exchange-local) and early-close days with their close times. Endpoint: https://mcp.tradeti.me/mcp
- 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). Endpoint: https://mcp.tradeti.me/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.NicolaiJohannesen
- Version: 0.1.2
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 6, 2026
- Source: https://registry.modelcontextprotocol.io
