{
  "markdown": "\n# mcp-time-tools\n\nDate, time, and timezone tools for AI agents via the Model Context Protocol (MCP).\n\nBuilt entirely with native JavaScript `Date` and `Intl` APIs -- no external date libraries required.\n\n## Tools\n\n### Timezone Converter\n- **convert_timezone** -- Convert a date/time from one timezone to another\n- **list_timezones** -- List common timezones with current UTC offsets\n- **current_time_multi** -- Show current time in multiple timezones at once\n- **time_difference** -- Calculate the time difference between two timezones\n\n### Date Calculator\n- **date_add_subtract** -- Add or subtract days, weeks, months, or years from a date\n- **date_difference** -- Calculate the difference between two dates in various units\n- **business_days** -- Count business days between dates or add business days to a date\n\n### Cron Parser\n- **parse_cron** -- Parse a cron expression into a human-readable description\n- **cron_next_runs** -- Calculate the next N execution times for a cron expression\n- **validate_cron** -- Validate a cron expression and explain any errors\n- **generate_cron** -- Generate a cron expression from a human-readable description\n\n### Timestamp Converter\n- **timestamp_to_date** -- Convert Unix timestamp (seconds or milliseconds) to readable formats\n- **date_to_timestamp** -- Convert a date/time string to Unix timestamps\n- **current_timestamp** -- Get the current Unix timestamp and formatted date/time\n\n### Duration Formatter\n- **format_duration** -- Convert seconds to human-readable duration (e.g. 2h 30m 15s)\n- **parse_duration** -- Parse a human-readable duration string to seconds\n- **time_ago** -- Calculate relative time description (e.g. \"5 minutes ago\")\n- **countdown** -- Calculate time remaining until a target date/time\n\n## Setup\n\n```bash\nnpm install\nnpm run build\n```\n\n## Usage with Claude Desktop\n\nAdd to your Claude Desktop configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"time-tools\": {\n      \"command\": \"node\",\n      \"args\": [\"D:/products/mcp-servers/mcp-time-tools/dist/index.js\"]\n    }\n  }\n}\n```\n\n## Development\n\n```bash\nnpm install\nnpm run build\nnpm start\n```\n",
  "bytes": 2105,
  "sha": "2a659f3bcb6623bddbf259ff3e437db965fb4b1c379bd17143aa4bd1a47e28c0",
  "repo_slug": "rog0x/mcp-time-tools",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rog0x_time_152e3696/readme"
}