mcp-time
0
The MCP Time Service is a FastMCP server designed to deliver accurate time, date, and datetime information across different timezones. It offers flexibility with an optional timezone parameter for precise localization.
MCP Time Service
A FastMCP service that provides current time, date, and datetime information in various timezones.
Available Tools
current_time
: Returns the current time in the specified timezonecurrent_date
: Returns the current date in the specified timezonecurrent_datetime
: Returns the current date and time in the specified timezone
All tools accept an optional timezone
parameter (defaults to 'America/New_York').
Development
- Install dependencies:
pip install -r requirements.txt
- Run the server:
python server.py
The server will start on http://127.0.0.1:8000
.
Deployment
This service is configured for deployment on Render. The render.yaml
file contains the necessary configuration