pipeworx-io/mcp-onthisday
MCP server for historical events, births, and deaths on any date via byabbe.se API
Platform-specific configuration:
{
"mcpServers": {
"mcp-onthisday": {
"command": "npx",
"args": [
"-y",
"mcp-onthisday"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for historical events, births, and deaths on any date via the byabbe.se On This Day API. Free, no authentication required.
| Tool | Description | |------|-------------| | get_events | Get historical events that took place on a specific month and day | | get_births | Get notable people born on a specific month and day | | get_deaths | Get notable people who died on a specific month and day |
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
}'MIT
Loading reviews...