# DateTime Context Provider

Provide LLMs with the current date and time context based on the server's system clock. Enable your agents to access accurate and up-to-date temporal information seamlessly. Simplify time-related que…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add pinkpixel-dev/datetime-mcp

# Browse available tools
npx -y smithery tool list pinkpixel-dev/datetime-mcp

# Get full schema for a tool
npx -y smithery tool get pinkpixel-dev/datetime-mcp get_current_datetime

# Call a tool
npx -y smithery tool call pinkpixel-dev/datetime-mcp get_current_datetime '{}'
```

## Tools (1)

- `get_current_datetime` — Get the current server date and time. Optionally specify a timezone (e.g., 'America/New_York', 'Europe/London', 'Asia/T…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get pinkpixel-dev/datetime-mcp <tool-name>
```

---

License: MIT
