mcp/time

Verified Publisher

By mcp

Updated 8 months ago

Time and timezone conversion capabilities

Image
Machine learning & AI
8

100K+

mcp/time repository overview

Time (Reference) MCP Server

Time and timezone conversion capabilities.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/modelcontextprotocol/servers/blob/b4ee623039a6c60053ce67269701ad9e95073306/src/time/Dockerfile
Commitb4ee623039a6c60053ce67269701ad9e95073306
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/time --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (2)

Tools provided by this ServerShort Description
convert_timeConvert time between timezones
get_current_timeGet current time in a specific timezones

Tools Details

Tool: convert_time

Convert time between timezones

ParametersTypeDescription
source_timezonestringSource IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'UTC' as local timezone if no source timezone provided by the user.
target_timezonestringTarget IANA timezone name (e.g., 'Asia/Tokyo', 'America/San_Francisco'). Use 'UTC' as local timezone if no target timezone provided by the user.
timestringTime to convert in 24-hour format (HH:MM)

Tool: get_current_time

Get current time in a specific timezones

ParametersTypeDescription
timezonestringIANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'UTC' as local timezone if no timezone provided by the user.

Use this MCP Server

{
  "mcpServers": {
    "time": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/time"
      ]
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:9c46a9186

Size

78 MB

Last updated

8 months ago

Requires Docker Desktop 4.37.1 or later.

This week's pulls

Pulls:

19,381

Last week