date_info
Pack: datecalc · Endpoint: https://gateway.pipeworx.io/datecalc/mcp
Calendar facts about a date (UTC): weekday, day-of-year, ISO week number, quarter, whether the year is a leap year, and days in that month.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
date | string | yes | A date (ISO-8601). |
Example call
curl -X POST https://gateway.pipeworx.io/datecalc/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"date_info","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"datecalc": {
"url": "https://gateway.pipeworx.io/datecalc/mcp"
}
}
}
See Getting Started for client-specific install steps.