mcpbeat

TradeTi.me — Market Hours MCP Server

io.github.NicolaiJohannesen/tradetime-mcp
answering

TradeTi.me — Market Hours is answering right now. Last checked 10 min ago. 43 installs a week from npm. It exposes 8 tools.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 298 · avg 21 · -35% w/w
a month agotoday
Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
87 ms
Response time
average over 24h
43
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add tradetime-mcp --transport http https://mcp.tradeti.me/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tradetime-mcp": {
      "url": "https://mcp.tradeti.me/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tradetime-mcp]
url = "https://mcp.tradeti.me/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "tradetime-mcp": {
      "url": "https://mcp.tradeti.me/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tradetime-mcp": {
      "url": "https://mcp.tradeti.me/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

exchange
get_exchange
The full record for one exchange: sessions (in exchange-local decimal hours), holidays, early closes, and official source links.
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.
exchanges
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.
holidays
get_holidays
The closure calendar for one exchange: full-day holidays (YYYY-MM-DD, exchange-local) and early-close days with their close times.
market
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?".
markets
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
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.
trading
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).

Endpoints

URLTransportStateLatencyChecked
https://mcp.tradeti.me/mcp streamable-http answering 94 ms 10 min ago

TradeTi.me — Market Hours — questions

Answers built from our own checks of this server.

What can TradeTi.me — Market Hours do?
It exposes 8 tools, read directly from the server on our last check. Among them: get_exchange, get_exchange_status, get_holidays, get_trading_sessions, is_market_open, list_exchanges and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is TradeTi.me — Market Hours working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 87 ms. The bar chart above shows every period we have measured.
Is TradeTi.me — Market Hours still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect TradeTi.me — Market Hours?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does TradeTi.me — Market Hours need an API key?
No. TradeTi.me — Market Hours completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is TradeTi.me — Market Hours?
It answers our handshake in 87 ms on average, which is faster than 88% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use TradeTi.me — Market Hours?
The npm package tradetime-mcp was installed 43 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.