weekness
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@weeknessWhat's the current ISO week number?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Weekness MCP Server
An MCP (Model Context Protocol) server that provides week and calendar helper tools for converting between dates and ISO weeks, performing week arithmetic, and looking up weekday names.
Tools
current_date: Get today's date (YYYY-MM-DD) and weekday name
current_week: Get today's ISO week year, week number, week string, and weekday name
timestamp_to_week: Convert a date or timestamp to its ISO week number and week string
week_to_dates: Get the Monday start date and Sunday end date for an ISO year and week number
add_weeks: Add or subtract weeks from a date or week string
weeks_between: Calculate the number of weeks between two dates
weekday_of_date: Get the weekday name for a given date
nearest_weekday: Find the nearest past or future occurrence of a given weekday
Related MCP server: mcp-datetimeday
Installation
Docker
docker run --rm -i ghcr.io/dvdksn/weekness:latestBuild from source
go build -o weekness .Usage
This MCP server communicates over stdio and is designed to be used with MCP clients like Claude Desktop or other applications that support the Model Context Protocol.
Configure in Claude Desktop
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"weekness": {
"command": "docker",
"args": ["run", "--rm", "-i", "ghcr.io/dvdksn/weekness:latest"]
}
}
}Or if running from a local build:
{
"mcpServers": {
"weekness": {
"command": "/path/to/weekness"
}
}
}Supported Timestamp Formats
ISO 8601 with time:
2024-03-15T10:30:00ZISO 8601 with timezone:
2024-03-15T10:30:00-07:00Date only:
2024-03-15ISO week string:
2024-W15(where accepted)
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
ISO 8601 week numbers: date to week, week to date, weeks-per-year.
Date arithmetic: day differences, business days, age, leap years, day-of-week, add/subtract.
Japanese holiday and business-day calculations using official Japan Cabinet Office data.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI assistants with accurate current date and day of week information through simple tools for retrieving ISO-formatted dates and day names.-
- AlicenseAqualityDmaintenanceA lightweight MCP server providing comprehensive date, time, and day-of-week information. It supports relative time calculations, timezone conversions, and detailed calendar metadata like week numbers and quarters.51MIT
- AlicenseNot gradedqualityCmaintenanceEnables Japanese business calendar operations such as holiday checking, business day calculations, payment date calculation, fiscal year determination, and deadline tracking, all locally without external API.MIT
- AlicenseAqualityAmaintenanceProvides Japanese national holidays, wareki (era) conversion, and date information. Works fully offline with no API keys required.4MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dvdksn/weekness'
If you have feedback or need assistance with the MCP directory API, please join our Discord server