← apished.com
INDIVIDUAL MCP TOOL
datemath_age
Age in whole years as of asOf (optional, defaults to the current UTC date).
LIVE ENDPOINT
https://apished.com/mcp/v1/datemath
Connect to this endpoint to inspect the live schema for datemath_age and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.apished-datemath]
url = "https://apished.com/mcp/v1/datemath"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apished-datemath": {
"type": "http",
"url": "https://apished.com/mcp/v1/datemath"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apished-datemath
Remote MCP URL: https://apished.com/mcp/v1/datemath
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"apished-datemath": {
"url": "https://apished.com/mcp/v1/datemath"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apished-datemath": {
"type": "http",
"url": "https://apished.com/mcp/v1/datemath"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apished-datemath",
"transport": "streamable-http",
"url": "https://apished.com/mcp/v1/datemath"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
datemath_add— Adds years/months/days to date.datemath_businessdays— Counts days in [from, to] (inclusive on both ends) whose weekday is in weekdays (default mon-fri) and which aren't in holidays.datemath_dayofweek— Day of the week for date: both the weekday name and its ISO 8601 weekday number (1=Monday.datemath_diff— Day difference between two YYYY-MM-DD dates: to minus from, in whole days.datemath_leapyear— Checks whether year is a leap year in the Gregorian calendar.