MCP-timeserver logo

MCP-timeserverUn simple servizio MCP che espone informazioni sulla data/ora ai sistemi agentic e REPL di chat

(0)
Daniel NikulshynRecensito da Daniel Nikulshyn·Aggiornato luglio 2026

Panoramica

MCP-timeserver è un semplice servizio MCP che fornisce informazioni sulla data/ora ai sistemi agentic e ai REPL di chat. Implementa un schema di URI chiamato datetime:// per accedere alla data/ora corrente in una zona oraria specifica. Ad esempio, gli utenti possono richiedere informazioni dal server con URIs come datetime://Africa/Freetown/now o datetime://Europe/London/now per ottenere la data/ora corrente in quelle zone orarie. Il servizio offre anche uno strumento chiamato get_current_time() che restituisce la data/ora locale corrente nella zona oraria del sistema. Lo strumento può essere utilizzato direttamente, ad esempio, eseguendo get_current_time() per ricevere una risposta come "La data/ora corrente è 2024-12-18 19:59:36". MCP-timeserver è scritto in Python e è licenziato sotto la licenza MIT.

Funzionalità chiave

  • schema di URI datetime://
  • lo strumento get_current_time()
  • supporto per le zone orarie
  • recupero dell'orario locale

Prezzi

Modello
Free
Categoria
Server MCP
Valutazione
Nessuna recensione

Casi d’uso

Integrazione con sistemi agentic

Utilizza MCP-timeserver per fornire informazioni sulla data/ora ai sistemi agentic che ne hanno bisogno

Implementazione in REPL di chat

Integra MCP-timeserver con i REPL di chat per offrire informazioni sulla data/ora agli utenti

Pro & contro

Pro

  • Semplice da installare e utilizzare
  • Fornisce informazioni sulla data/ora in una zona oraria specifica
  • Espone uno strumento per ottenere l'orario locale

Contro

  • Funzionalità limitata oltre le informazioni sulla data/ora
  • Dipendente dalle impostazioni della zona oraria del sistema

Recensioni

Accedi per lasciare una recensione.

Nessuna recensione. Sii il primo!

Domande e risposte

Is the tool limited to only datetime queries?

Yes, MCP-timeserver focuses solely on providing datetime information via the URI scheme or get_current_time(); it has no other built‑in functionalities.

Asked by Ekaterina Orlova · Nov 21, 2025

What are the installation steps for MCP‑timeserver?

Add it to your MCP configuration with a JSON snippet: {"mcpServers":{"MCP timeserver":{"command":"uvx","args":["MCP timeserver"]}}}. This launches the server using uvx.

Asked by Tatiana Popescu · Oct 28, 2025

Can I get the local system time without specifying a timezone?

Yes, call the provided get_current_time() tool; it returns the current time in the system’s local timezone, e.g., "The current time is 2024-12-18 19:59:36".

Asked by Willa Thompson · Sep 24, 2025

How do I query the current time for a specific timezone?

Use the datetime:// URI scheme, e.g., datetime://Europe/London/now or datetime://Africa/Freetown/now. The server will return the current time in that timezone.

Asked by Rania Nasser · Sep 17, 2025

Fai una domanda

Alternative a Server MCP