{
  "name": "TradeTi.me MCP",
  "description": "Model Context Protocol server for global stock-exchange trading hours.",
  "transport": "streamable-http",
  "endpoint": "/mcp",
  "tools": [
    "is_market_open",
    "get_exchange_status",
    "markets_open_now",
    "time_until_next_open",
    "list_exchanges",
    "get_exchange",
    "get_holidays",
    "get_trading_sessions"
  ],
  "docs": "https://tradeti.me/developers",
  "stdio": "npx -y tradetime-mcp",
  "source": "https://github.com/NicolaiJohannesen/global_trading_timeline"
}