# TradeTi.me — Market Hours (npm · tradetime-mcp)

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

- Trust score: 63/100 (medium)
- Change this week: +24
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.tradeti.me`: 67/100, [markdown](https://verifymcp.io/servers/nicolaijohannesen-tradetime-mcp/mcp.md), [page](https://verifymcp.io/servers/nicolaijohannesen-tradetime-mcp/mcp)
- npm · `tradetime-mcp`: 63/100 (this document), [markdown](https://verifymcp.io/servers/nicolaijohannesen-tradetime-mcp/tradetime-mcp.md), [page](https://verifymcp.io/servers/nicolaijohannesen-tradetime-mcp/tradetime-mcp)

## Channel facts

- Registry: `npm`
- Package: `tradetime-mcp`
- Version: `0.1.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (177 of 184), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (177 of 184), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 27 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1137 tokens (~142/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add nicolaijohannesen-tradetime-mcp -- npx -y tradetime-mcp
```

### Codex

```bash
codex mcp add nicolaijohannesen-tradetime-mcp -- npx -y tradetime-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nicolaijohannesen-tradetime-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "tradetime-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nicolaijohannesen-tradetime-mcp --command npx --arg -y --arg tradetime-mcp
```

### Hermes

```yaml
mcp_servers:
  nicolaijohannesen-tradetime-mcp:
    command: "npx"
    args: ["-y", "tradetime-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "nicolaijohannesen-tradetime-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tradetime-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 59, +59)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 0, −29)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 29, +20)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 9, −63)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-07-29 (score 72, +53)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-07-28 (score 19, −20)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 39)

First indexed and scored.

## MCP tools (8)

### `is_market_open` (~184 tokens)

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?".

Input parameters:

- `at` (string): Optional ISO 8601 timestamp to evaluate AT a specific moment (e.g. "2026-07-06T14:30:00Z"). Defaults to now. Use it for "will the NYSE be open at 3pm ET on Monday?".
- `exchange` (string, required): Exchange id (e.g. "nyse", "nasdaq", "lse", "nikkei", "hkex") OR common name/city (e.g. "New York Stock Exchange", "Tokyo", "London"). Case-insensitive.

### `get_exchange_status` (~179 tokens)

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.

Input parameters:

- `at` (string): Optional ISO 8601 timestamp to evaluate AT a specific moment (e.g. "2026-07-06T14:30:00Z"). Defaults to now. Use it for "will the NYSE be open at 3pm ET on Monday?".
- `exchange` (string, required): Exchange id (e.g. "nyse", "nasdaq", "lse", "nikkei", "hkex") OR common name/city (e.g. "New York Stock Exchange", "Tokyo", "London"). Case-insensitive.

### `markets_open_now` (~106 tokens)

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?".

Input parameters:

- `at` (string): Optional ISO 8601 timestamp to evaluate AT a specific moment (e.g. "2026-07-06T14:30:00Z"). Defaults to now. Use it for "will the NYSE be open at 3pm ET on Monday?".

### `time_until_next_open` (~159 tokens)

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.

Input parameters:

- `at` (string): Optional ISO 8601 timestamp to evaluate AT a specific moment (e.g. "2026-07-06T14:30:00Z"). Defaults to now. Use it for "will the NYSE be open at 3pm ET on Monday?".
- `exchange` (string, required): Exchange id (e.g. "nyse", "nasdaq", "lse", "nikkei", "hkex") OR common name/city (e.g. "New York Stock Exchange", "Tokyo", "London"). Case-insensitive.

### `list_exchanges` (~86 tokens)

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.

Input parameters:

- `region` (string): Optional region filter, case-insensitive (e.g. "Asia", "Americas", "Europe").

### `get_exchange` (~89 tokens)

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

Input parameters:

- `exchange` (string, required): Exchange id (e.g. "nyse", "nasdaq", "lse", "nikkei", "hkex") OR common name/city (e.g. "New York Stock Exchange", "Tokyo", "London"). Case-insensitive.

### `get_holidays` (~92 tokens)

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

Input parameters:

- `exchange` (string, required): Exchange id (e.g. "nyse", "nasdaq", "lse", "nikkei", "hkex") OR common name/city (e.g. "New York Stock Exchange", "Tokyo", "London"). Case-insensitive.

### `get_trading_sessions` (~118 tokens)

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).

Input parameters:

- `exchange` (string, required): Exchange id (e.g. "nyse", "nasdaq", "lse", "nikkei", "hkex") OR common name/city (e.g. "New York Stock Exchange", "Tokyo", "London"). Case-insensitive.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/nicolaijohannesen-tradetime-mcp/tradetime-mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 59
- 2026-08-01: 0
- 2026-07-31: 29
- 2026-07-30: 9
- 2026-07-29: 72
- 2026-07-28: 19
- 2026-07-27: 39

## Links

- npm package: https://www.npmjs.com/package/tradetime-mcp
- Socket report: https://socket.dev/npm/package/tradetime-mcp
- Website: https://tradeti.me/developers/mcp
- Changelog RSS feed: https://verifymcp.io/servers/nicolaijohannesen-tradetime-mcp/tradetime-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/nicolaijohannesen-tradetime-mcp/tradetime-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/nicolaijohannesen-tradetime-mcp/tradetime-mcp
