whattimeisit-mcp
WhatTimeIsIt MCP 서버
World Time을 기반으로 정확한 시간을 알려주는 가벼운 MCP 서버입니다.
설치
저장소 복제
지엑스피1
클라이언트 구성
{ "mcpServers": { "whattimeisit": { "command": "uv", "args": ["--directory", "path/to/whattimeisit-mcp", "run", "main.py"] } } }
Related MCP server: whereami-mcp
용법
MCP 도구
서버는 단일 도구를 제공합니다.
도구 이름 :
what_time_is_it설명 : 현재 IP를 기반으로 현재 시간 문자열을 반환합니다.
출력 : ISO 8601 형식의 문자열(예:
"2025-03-17T03:17:00+11:00")
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.
Available Tools
1 toolwhat_time_is_itB
Returns the current time string based on the client's IP using World Time API.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions the tool returns a time string based on the client's IP using a specific API, which gives some context about data sources and output format. However, it does not disclose important behavioral traits such as rate limits, error handling, network dependencies, or whether the operation is read-only or has side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that directly states the tool's purpose and method. It is front-loaded with the key action ('Returns') and avoids any unnecessary details or redundancy, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (0 parameters, no output schema, no annotations), the description is minimally adequate. It explains what the tool does and the method used, but lacks details on output format (e.g., timezone, string format), error cases, or API limitations. Without an output schema, the description should ideally specify the return value more clearly, but it does provide some context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has 0 parameters, and the schema description coverage is 100% (though empty). The description does not need to add parameter semantics since there are no parameters. A baseline score of 4 is appropriate for a tool with no parameters, as the description adequately covers the tool's function without parameter-related gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Returns the current time string based on the client's IP using World Time API.' It specifies the verb ('Returns'), resource ('current time string'), and method ('based on the client's IP using World Time API'). However, there are no sibling tools to differentiate from, so it cannot achieve a perfect 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It does not mention any prerequisites, limitations, or specific contexts for usage. Without sibling tools, it cannot provide explicit alternatives, but it also lacks any implied usage context beyond the basic purpose.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- First observed
what_time_is_it
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion or overlap between tools. The tool's purpose is singular and clearly defined, making disambiguation trivial.
The single tool name 'what_time_is_it' follows a clear verb-based pattern. Since there are no other tools to compare against, consistency is inherently perfect.
A single tool is too few for most practical server purposes, as it severely limits functionality and flexibility. For a time-related server, this feels thin and under-scoped.
The server's domain appears to be time-related, but with only one tool to get the current time, there are significant gaps. Missing operations include time zone conversions, scheduling, or historical time queries, which are common in time-based services.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A simple MCP server built with FastMCP and python
MCP server providing attendance data queries via the CloudTime API.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server that allows checking local time on the client machine or current UTC time from an NTP server234MIT
- AlicenseNot gradedqualityDmaintenanceA lightweight mcp server that tells you exactly where you are.4MIT
- FlicenseBqualityDmaintenanceAn MCP server that automatically detects and provides current time and location information based on system timezone and IP geolocation.2-
- AlicenseNot gradedqualityDmaintenanceProvides current local datetime information with timezone support. Serves as a minimal blueprint for building simple, single-purpose MCP servers.121MIT