Mcp Time Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Time Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP server for time operations. Provides tools for getting the current time, converting timestamps, comparing timezones, date arithmetic, and more.
All tools support the timezone parameter — any IANA timezone (e.g. Europe/Moscow, America/New_York, UTC).
| Variable | Description | Default |
|---|---|---|
MCP_TIME_TIMEZONE | Default timezone | UTC |
Requires uv.
claude mcp add time -- uvx --from git+https://github.com/sherevv/mcp-time-server mcp-time-serverAdd to claude_desktop_config.json:
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["--from", "git+https://github.com/sherevv/mcp-time-server", "mcp-time-server"],
"env": {
"MCP_TIME_TIMEZONE": "Europe/Moscow"
}
}
}
}Same approach — set uvx as the command in your client's MCP settings.
Clear the uv cache and restart your client:
uv cache clean mcp-time-serverOn the next launch, uvx will fetch the latest version from the repository.
After connecting, ask your assistant:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.