featured
ActiveTool of Wikimedia Rest
Wikipedia's "today's featured" content for a specific date — featured article, most-read, picture of the day, on-this-day events. Use for "what's on Wikipedia today", "featured article on 2026-05-21", or to seed daily-roundup content.
Parameters schema
{
"type": "object",
"examples": [
{
"day": 15,
"year": 2024,
"month": 3
},
{
"day": 25,
"lang": "en",
"year": 2024,
"month": 12,
"project": "wikipedia"
}
],
"required": [
"year",
"month",
"day"
],
"properties": {
"day": {
"type": "number"
},
"lang": {
"type": "string"
},
"year": {
"type": "number"
},
"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