MCP Hub
Back to servers

onthisday

On This Day MCP — wraps byabbe.se/on-this-day (free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-onthisday

MCP server for historical events, births, and deaths on any date via the byabbe.se On This Day API. Free, no authentication required.

Tools

ToolDescription
get_eventsGet historical events that took place on a specific month and day
get_birthsGet notable people born on a specific month and day
get_deathsGet notable people who died on a specific month and day

Quickstart via Pipeworx Gateway

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "onthisday__get_events",
      "arguments": { "month": 7, "day": 20 }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review