# World Time (remote · invokera.com)

Current time in any IANA time zone, plus the full time-zone list. Via timeapi.io.

- Trust score: 68/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-06

## Components

- remote · `invokera.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/com-invokera-world-time/r-world-time.md), [page](https://verifymcp.io/servers/com-invokera-world-time/r-world-time)

## Channel facts

- Endpoint: `https://invokera.com/r/world-time`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-06.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 137 tokens (~68/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 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**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-invokera-world-time https://invokera.com/r/world-time
```

### Codex

```toml
[mcp_servers.com-invokera-world-time]
url = "https://invokera.com/r/world-time"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-invokera-world-time": {
      "type": "remote",
      "url": "https://invokera.com/r/world-time",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-invokera-world-time --url https://invokera.com/r/world-time --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-invokera-world-time:
    url: "https://invokera.com/r/world-time"
```

### Other

```json
{
  "mcpServers": {
    "com-invokera-world-time": {
      "type": "http",
      "url": "https://invokera.com/r/world-time"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-06 (score 68, +25)

- [security improvement] Authorization: unverified → partial
- [functional regression] Schema quality: 19 → 68
- [functional regression] Schema quality: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] Schema quality: poor → good
- [functional] New tool “get_current_time”
- [functional] New tool “list_time_zones”

### 2026-08-05 (score 43, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-04 (score 43)

First indexed and scored.

## MCP tools (2)

### `get_current_time` (~74 tokens)

Get the current time in a time zone. Returns the current date, time, day of week and DST status for the given IANA time zone. Returns: Current time details for the requested zone..

Input parameters:

- `timeZone` (string, required): IANA time zone name, e.g. Asia/Shanghai or America/New_York.

### `list_time_zones` (~44 tokens)

List all available IANA time zones. Returns the full list of IANA time zone names accepted by get_current_time. Returns: Array of IANA time zone names..

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-invokera-world-time/r-world-time#diagnostics

## Score history

- 2026-08-06: 68
- 2026-08-05: 43
- 2026-08-04: 43

## Links

- Remote endpoint: https://invokera.com/r/world-time
- Website: https://invokera.com/mcp/world-time
- Changelog RSS feed: https://verifymcp.io/servers/com-invokera-world-time/r-world-time.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-invokera-world-time/r-world-time.json
- HTML version of this page: https://verifymcp.io/servers/com-invokera-world-time/r-world-time
