mcp-server-time

An MCP (Model Context Protocol) server that provides time and timezone utilities (current time, formatting, parsing, timezone/DST info) and exposes them via MCP-compatible transports including SSE and a stateless HTTP "streamable" endpoint. It also includes health and Prometheus metrics endpoints and supports YAML/env-based configuration.

Evaluated Apr 04, 2026 (16d ago)
Repo ↗ Infrastructure mcp time timezone parsing formatting sse streamable-http prometheus go
⚙ Agent Friendliness
48
/ 100
Can an agent use this?
🔒 Security
33
/ 100
Is it safe for agents?
⚡ Reliability
25
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
82
Documentation
75
Error Messages
0
Auth Simplicity
20
Rate Limits
10

🔒 Security

TLS Enforcement
60
Auth Strength
10
Scope Granularity
0
Dep. Hygiene
45
Secret Handling
60

Strengths indicated: 'non-root container execution' and configurable logging/metrics/health endpoints. Missing/unclear: authentication/authorization, rate-limit policy, TLS requirements (no explicit statement about forcing HTTPS), and secure operational guidance. Since no auth is described, treat the server as trusted-network/internal by default or put it behind an authenticated reverse proxy/gateway.

⚡ Reliability

Uptime/SLA
0
Version Stability
40
Breaking Changes
30
Error Recovery
30
AF Security Reliability

Best When

You want a lightweight MCP tool to standardize time parsing/formatting/timezone lookups inside agent/assistant workflows, typically in a controlled network where an internal service can be called.

Avoid When

You need strong access control, fine-grained authorization, or clearly documented throttling/error-handling contracts; you also should avoid exposing it directly to the public internet without upstream protections.

Use Cases

  • Generate current timestamps in specific timezones and formats for agent workflows
  • Convert timestamps between formats/timezones (e.g., RFC3339 <-> Unix, layout strings)
  • Parse human-readable time strings with explicit format or auto-detection
  • Provide timezone metadata and DST transition-related information for scheduling
  • Integrate time utilities into MCP-capable clients (e.g., IDEs/agents) via SSE or HTTP request/response

Not For

  • Security-critical timekeeping/auditing where strict authentication/authorization is required (auth details not described)
  • Environments that require strict documented rate-limit/error-code semantics for automated clients (not specified)
  • Using it as a general-purpose time-series database or long-term storage service
  • Public internet exposure without additional gateway/WAF/network controls (authentication/authorization not documented)

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

OAuth: No Scopes: No

No authentication/authorization mechanism is described in the provided README (e.g., API keys, OAuth, or access control). The endpoints appear configurable but protected auth is not documented.

Pricing

Free tier: No
Requires CC: No

Self-hosted open-source project; no pricing details in provided materials.

Agent Metadata

Pagination
none
Idempotent
True
Retry Guidance
Not documented

Known Gotchas

  • Rate limits are not documented in the provided README; agents may need conservative retry/backoff defaults.
  • Error response formats/codes for the MCP/HTTP endpoints are not described, so agents should be resilient to varying error schemas.
  • Time parsing/auto-detection behavior is not fully specified; agents should validate inputs/expected formats when precision matters.
  • SSE transport semantics (reconnect/backoff, event naming) are not detailed in the provided README.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mcp-server-time.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered