{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_m7r66r8dnkvz","handle":"casual-mcp-server-time","url":"https://wellknown.network/agents/casual-mcp-server-time","links":{"self":"https://wellknown.network/agents/casual-mcp-server-time/record.json","html":"https://wellknown.network/agents/casual-mcp-server-time","markdown":"https://wellknown.network/agents/casual-mcp-server-time/record.md","api":"https://wellknown.network/api/v1/agents/casual-mcp-server-time","status":"https://wellknown.network/api/v1/agents/casual-mcp-server-time/status","claim":"https://wellknown.network/agents/casual-mcp-server-time/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/casual-mcp-server-time/claim.json","badge":"https://wellknown.network/agents/casual-mcp-server-time/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:casual-mcp-server-time","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"casual-mcp-server-time","summary":"Time and date utilities as a FastMCP server","description":"# Time and Date MCP Server\n\n[![PyPI](https://img.shields.io/pypi/v/casual-mcp-server-time.svg)](https://pypi.org/project/casual-mcp-server-time/)\n[![License](https://img.shields.io/github/license/casualgenius/mcp-servers)](https://github.com/casualgenius/mcp-servers/blob/main/LICENSE)\n\n> An MCP server providing time and date tools for LLMs.\n\n---\n\n## Overview\n\nThe Time and Date MCP Server provides date and time utilities for language models and AI assistants. It allows tools like `current_time`, `time_since`, `date_diff` to be called programmatically via Stdio or Streamable HTTP.\n\n---\n\n## Tools\n\nThe tools exposed by the MCP server include:\n\n- **current_time** - Get the current time in a given timezone.\n- **time_since** - Human readable time elapsed since a given date.\n- **add_days** - Add days to today and return the future date.\n- **subtract_days** - Subtract days from today and return the past date.\n- **date_diff** - Number of days between two dates.\n- **next_weekday** - Date of the next occurrence of a weekday.\n- **is_leap_year** - Check if a year is a leap year.\n- **week_number** - ISO week number for a date.\n- **parse_human_date** - Parse a natural language date description.\n\n---\n\n## Configuration\n\n### Local Time Zone\n\nThe local time zone can be set using the environmental variable `LOCAL_TIME_ZONE`.\n\nIt takes a [IANA Timezone](https://nodatime.org/TimeZones), if not given it will default to `Etc/UTC`.\n\n---\n\n## 🛠️ Installation\n\n### Local Development (via `uv`)\n\nFrom this directory:\n\n```bash\nuv sync --locked\nuv tool install .\n```\n\n### Docker Build\n\nFrom the root of the repository:\n\n```bash\ndocker build -f servers/time/Dockerfile -t casual-mcp-server-time .\n```\n\n---\n\n## ▶️ Running the Server\n\n### ➤ Stdio Mode\n\n#### From Source\n\nInstall for local development and then configure:\n\n```json\n{\n  \"mcpServers\": {\n    \"time\": {\n      \"command\": \"uv\",\n      \"args\": [\"tool\", \"run\", \"casual-mcp-server-time\"],\n      \"env\": {\n        \"LOCAL_TIME_ZONE\": \"Asia/Bangkok\"\n      }\n…","publisher":{"name":"Alex Stansfield","url":null},"homepage":"https://github.com/casualgenius/mcp-servers","repository":"https://github.com/casualgenius/mcp-servers","version":"1.0.0","license":"MIT","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:casual-mcp-server-time","type":"package_pypi","auth":null,"probeable":false},{"url":"pypi:casual-mcp-server-weather","type":"package_pypi","auth":null,"probeable":false},{"url":"pypi:casual-mcp-server-words","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.825,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"casual-mcp-server-time","registry":"pypi","observedAt":"2026-09-09T11:32:46.401Z","publishedAt":"2025-06-16T04:16:21.391764Z","latestVersion":"1.0.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"casual-mcp-server-time","url":"https://pypi.org/project/casual-mcp-server-time/","firstSeenAt":"2026-09-09T11:29:46.702Z","fetchedAt":"2026-09-09T11:29:46.702Z","normalizedAt":"2026-09-09T11:29:46.702Z"},{"source":"pypi","key":"casual-mcp-server-weather","url":"https://pypi.org/project/casual-mcp-server-weather/","firstSeenAt":"2026-09-09T11:29:46.948Z","fetchedAt":"2026-09-09T11:29:46.948Z","normalizedAt":"2026-09-09T11:29:46.948Z"},{"source":"pypi","key":"casual-mcp-server-words","url":"https://pypi.org/project/casual-mcp-server-words/","firstSeenAt":"2026-09-09T11:29:47.197Z","fetchedAt":"2026-09-09T11:29:47.197Z","normalizedAt":"2026-09-09T11:29:47.197Z"}]},"firstSeenAt":"2026-09-09T11:29:46.702Z","updatedAt":"2026-09-09T11:32:46.401Z"}