Date Math Calculator for VS Code
com.apished/date-math-calculator
Date arithmetic: day differences, business days, age, leap years, day-of-week, add/subtract.
client:VS Code
transport:streamable-http
tools:6
Install Date Math Calculator in VS Code
.vscode/mcp.json
{
"servers": {
"date-math-calculator": {
"type": "http",
"url": "https://apished.com/mcp/v1/datemath"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs