Servidor MCP WhatTimeIsIt
Un servidor mcp liviano que le indica exactamente qué hora es, con tecnología de World Time .
Instalación
Clonar el repositorio
git clone https://github.com/kukapay/whattimeisit-mcp.gitConfiguración del cliente
{ "mcpServers": { "whattimeisit": { "command": "uv", "args": ["--directory", "path/to/whattimeisit-mcp", "run", "main.py"] } } }
Uso
Herramienta MCP
El servidor proporciona una única herramienta:
Nombre de la herramienta :
what_time_is_it
Descripción : Devuelve la cadena de hora actual en función de su IP actual.
Salida : una cadena en formato ISO 8601 (por ejemplo,
"2025-03-17T03:17:00+11:00"
).
Licencia
Este proyecto está licenciado bajo la Licencia MIT. Consulte el archivo de LICENCIA para más detalles.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Un servidor mcp liviano que te dice exactamente qué hora es en función de tu IP.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that allows checking local time on the client machine or current UTC time from an NTP serverLast updated -224MIT License
- -securityFlicense-qualityAn MCP server providing timezone conversions and time-related operations via RESTful API endpoints, featuring comprehensive error handling and timezone database integration.Last updated -
- -securityAlicense-qualityAn MCP server that provides interval timing functionality using token-based time tracking, allowing users to start timers with unique identifiers and check elapsed time in milliseconds or human-readable format.Last updated -Apache 2.0
- AsecurityFlicenseAqualityAn MCP server that automatically detects and provides current time and location information based on system timezone and IP geolocation.Last updated -2