# findtime MCP Server (npm · @findtime/mcp-server)

MCP server for time in cities around the world, time zones, DST, conversion, and meetings.

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

## Components

- npm · `@findtime/mcp-server`: 65/100 (this document), [markdown](https://verifymcp.io/servers/hkchao-findtime-mcp-server/findtime-mcp-server.md), [page](https://verifymcp.io/servers/hkchao-findtime-mcp-server/findtime-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@findtime/mcp-server`
- Version: `3.25.15`
- 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**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 0 of 1 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (UNLICENSED) isn't a recognized OSI-approved license.
  - Actively maintained (last published 74 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 867 tokens (~78/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 78% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add hkchao-findtime-mcp-server -- npx -y @findtime/mcp-server
```

### Codex

```bash
codex mcp add hkchao-findtime-mcp-server -- npx -y @findtime/mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add hkchao-findtime-mcp-server --command npx --arg -y --arg @findtime/mcp-server
```

### Hermes

```yaml
mcp_servers:
  hkchao-findtime-mcp-server:
    command: "npx"
    args: ["-y", "@findtime/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "hkchao-findtime-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@findtime/mcp-server"
      ]
    }
  }
}
```

## 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-02 (score 65, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-01 (score 50, −7)

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

### 2026-07-31 (score 57, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 75, +31)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 78
- [functional] First check of Schema quality: pass

### 2026-07-26 (score 44)

First indexed and scored.

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

## MCP tools (11)

### `answer_time_question` (~143 tokens)

Answer a natural-language time, timezone, conversion, DST, overlap, scheduling, abbreviation, or IANA timezone question. Prefer this for messy user prompts; findtime.io will classify intent and call the right deterministic time API behavior.

Input parameters:

- `date` (string): Optional YYYY-MM-DD date context.
- `locale` (string): Optional user locale hint, such as en-US.
- `now` (string): Optional ISO timestamp for deterministic relative-date handling.
- `query` (string, required): The raw user time-related question or prompt.
- `userTimezone` (string): Optional IANA timezone for the user, used for relative questions like "my time" or "tomorrow".

### `get_api_diagnostics` (~43 tokens)

Return MCP and findtime Time API diagnostics, including the running MCP version, latest published MCP version, API base URL, auth configuration, and a live health check.

### `get_findtime_help` (~42 tokens)

Return enterprise-friendly findtime.io MCP usage help, including supported time-intelligence intents, answer API examples, ambiguity handling examples, and recommended answer-only deployment guidance.

### `time_snapshot` (~85 tokens)

Return the production time snapshot payload for one location or a list of locations.

Input parameters:

- `countryCode` (string): Optional ISO country hint for a single query.
- `countryCodes`
- `includeTransitions` (boolean): Include last and next timezone transition details.
- `locations`
- `query` (string): Single location query such as "Tokyo" or "Europe/London".

### `get_current_time` (~111 tokens)

Return the production current time payload for a single city, query, or timezone. Exact country-name queries may be retried through a canonical city when the resolver can do so deterministically.

Input parameters:

- `city` (string): City name such as "Tokyo".
- `countryCode` (string): Optional ISO country hint for ambiguous city names.
- `query` (string): Free-form location query, country name, or timezone abbreviation.
- `timezone` (string): Direct IANA timezone, such as "Europe/London".

### `get_dst_schedule` (~119 tokens)

Return the production DST schedule payload, including current abbreviation and transition details.

Input parameters:

- `at` (string): Optional ISO timestamp used as the reference instant.
- `city` (string): City name such as "Reykjavik".
- `countryCode` (string): Optional ISO country hint for ambiguous city names.
- `query` (string): Free-form location query.
- `timezone` (string): Direct IANA timezone, such as "America/New_York".
- `year` (integer): Optional calendar year used to return DST transitions for that civil year.

### `convert_time` (~98 tokens)

Convert a source local time into one or more target locations using the production conversion endpoint.

Input parameters:

- `date` (string): Optional ISO date used as the conversion context.
- `from` (string, required): Source location or timezone.
- `fromCountryCode` (string): Optional ISO country hint for the source location.
- `time` (string, required): Source local time, such as "9:00 AM".
- `to` (required)
- `toCountryCodes`

### `get_overlap_hours` (~48 tokens)

Return shared business-hours overlap across multiple locations using the production overlap endpoint.

Input parameters:

- `countryCodes`
- `date` (string): Optional ISO date used to compute overlap.
- `locations` (required)

### `find_meeting_time` (~47 tokens)

Return ranked meeting suggestions from the production meeting search endpoint.

Input parameters:

- `countryCodes`
- `date` (string): Optional ISO date to anchor the meeting search.
- `locations` (required)

### `search_timezones` (~84 tokens)

Search production location records by city, country, or timezone-related query.

Input parameters:

- `countryCode` (string): Optional ISO country hint used for ranking and disambiguation. This is not a strict filter.
- `limit` (integer): Maximum number of results to return.
- `query` (string, required): Search term such as "Victoria", "Sao Paulo", or "Tokyo".

### `get_location_by_id` (~47 tokens)

Hydrate an exact production location record by stable findtime id.

Input parameters:

- `id` (string, required): Stable location id such as "findtime:victoria|CA|America/Vancouver".

## Diagnostics

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

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 50
- 2026-07-31: 57
- 2026-07-29: 75
- 2026-07-28: 75
- 2026-07-27: 75
- 2026-07-26: 44

## Links

- npm package: https://www.npmjs.com/package/@findtime/mcp-server
- Socket report: https://socket.dev/npm/package/@findtime/mcp-server
- Repository: https://github.com/hkchao/findtime-mcp-server
- Website: https://findtime.io/
- Changelog RSS feed: https://verifymcp.io/servers/hkchao-findtime-mcp-server/findtime-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/hkchao-findtime-mcp-server/findtime-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/hkchao-findtime-mcp-server/findtime-mcp-server
