Serversio.github.hkchao/findtime-mcp-server
S

findtime MCP Server

io.github.hkchao/findtime-mcp-server · v3.25.15
▦ npm
v3.25.15npm npm: @findtime/mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.hkchao/findtime-mcp-server",
  "description": "MCP server for time in cities around the world, time zones, DST, conversion, and meetings.",
  "title": "findtime MCP Server",
  "repository": {
    "url": "https://github.com/hkchao/findtime-mcp-server",
    "source": "github"
  },
  "version": "3.25.15",
  "websiteUrl": "https://findtime.io",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@findtime/mcp-server",
      "version": "3.25.15",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "findtime.io developer API key used to authenticate requests to the Time API.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FINDTIME_TIME_API_KEY"
        },
        {
          "description": "Optional override for the Time API base URL. Defaults to https://time-api.findtime.io.",
          "format": "string",
          "name": "FINDTIME_TIME_API_BASE_URL"
        },
        {
          "description": "Optional client hint for transport behavior, such as cursor or codex.",
          "format": "string",
          "name": "FINDTIME_MCP_CLIENT_TYPE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}