onthisday
ActiveTool of Wikimedia Rest
"What happened on this day" / "events that happened on May 21" / "historical events on a date" — births, deaths, events, holidays, and selected occurrences from history for any month+day. Pass type="all" for everything, or filter to "births" / "deaths" / "events" / "holidays" / "selected".
Parameters schema
{
"type": "object",
"examples": [
{
"day": 14,
"type": "births",
"month": 3
},
{
"day": 4,
"lang": "en",
"type": "events",
"month": 7,
"project": "wikipedia"
}
],
"required": [
"type",
"month",
"day"
],
"properties": {
"day": {
"type": "number"
},
"lang": {
"type": "string"
},
"type": {
"type": "string",
"description": "One of \"all\", \"births\", \"deaths\", \"events\", \"holidays\", \"selected\"."
},
"month": {
"type": "number"
},
"project": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Wikimedia Rest
https://github.com/pipeworx-io/mcp-wikimedia-rest
1/7 registries