# date-aware-claude

Claude has no built-in clock — it doesn't know what day or time it is. This server fixes that.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add caj201100/date-aware-claude

# Browse available tools
npx -y @smithery/cli@latest tool list caj201100/date-aware-claude

# Get full schema for a tool
npx -y @smithery/cli@latest tool get caj201100/date-aware-claude get_today

# Call a tool
npx -y @smithery/cli@latest tool call caj201100/date-aware-claude get_today '{}'
```

## Direct MCP Connection

Endpoint: `https://date-aware-claude--caj201100.run.tools`

**Optional config:**
- `timezone` (query) — Select the timezone used for dates and times returned by this server.

## Tools (2)

- `get_today` — Return today's date, current time, and weekday in the resolved timezone.
- `convert_timezone` — Convert a datetime from one timezone to another.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get caj201100/date-aware-claude <tool-name>
```
