Time and timezone conversion capabilities
100K+
Time and timezone conversion capabilities.
| Attribute | Details |
|---|---|
| Docker Image | mcp/time |
| Author | modelcontextprotocol |
| Repository | https://github.com/modelcontextprotocol/servers |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/modelcontextprotocol/servers/blob/b4ee623039a6c60053ce67269701ad9e95073306/src/time/Dockerfile |
| Commit | b4ee623039a6c60053ce67269701ad9e95073306 |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/time --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence | MIT License |
| Tools provided by this Server | Short Description |
|---|---|
convert_time | Convert time between timezones |
get_current_time | Get current time in a specific timezones |
convert_timeConvert time between timezones
| Parameters | Type | Description |
|---|---|---|
source_timezone | string | Source IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'UTC' as local timezone if no source timezone provided by the user. |
target_timezone | string | Target IANA timezone name (e.g., 'Asia/Tokyo', 'America/San_Francisco'). Use 'UTC' as local timezone if no target timezone provided by the user. |
time | string | Time to convert in 24-hour format (HH:MM) |
get_current_timeGet current time in a specific timezones
| Parameters | Type | Description |
|---|---|---|
timezone | string | IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'UTC' as local timezone if no timezone provided by the user. |
{
"mcpServers": {
"time": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/time"
]
}
}
}
Content type
Image
Digest
sha256:9c46a9186…
Size
78 MB
Last updated
8 months ago
Requires Docker Desktop 4.37.1 or later.
Pulls:
19,381
Last week