You're viewing a demo portfolio

Join the waitlist
PRSM

onthisday

Active

Tool of Wikimedia Rest

declared in 0.1.0

"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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Wikimedia Rest

https://github.com/pipeworx-io/mcp-wikimedia-rest

1/7 registries
View full server →