io.github.mcpcentral-io/mcp-time
https://mcp.time.mcpcentral.ioskills: {'id': 'current_time', 'name': 'current_time', 'description': 'Returns the current time in UTC and a specified or guessed IANA timezone.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'relative_time', 'name': 'relative_time', 'description': 'Calculates the relative time from now to a given date-time string.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'days_in_month', 'name': 'days_in_month', 'description': 'Returns the number of days in the month of a given date.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_timestamp', 'name': 'get_timestamp', 'description': 'Converts a date-time string to a Unix timestamp in milliseconds.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'convert_time', 'name': 'convert_time', 'description': 'Converts a time from a source IANA timezone to a target IANA timezone.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_week_year', 'name': 'get_week_year', 'description': 'Returns the week number and ISO week number for a given date.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 168.9ms; conformance: pass
How to connect
https://mcp.time.mcpcentral.io
curl -X POST https://mcp.time.mcpcentral.io \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'