This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
date_fact
InactiveTool of numuersapi
declared in 0.1.0
Get historical facts about a calendar date (e.g., "3/14" for March 14). Returns the fact and date.
Parameters schema
{
"type": "object",
"examples": [
{
"day": 14,
"month": 3
},
{
"day": 25,
"month": 12
}
],
"required": [
"month",
"day"
],
"properties": {
"day": {
"type": "number",
"description": "Day number (1–31)"
},
"month": {
"type": "number",
"description": "Month number (1–12)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
numuersapi
https://github.com/pipeworx-io/mcp-numbersapi
1/7 registries