historical_events
Pack: api-ninjas · Endpoint: https://gateway.pipeworx.io/api-ninjas/mcp
API Ninjas historical events: notable events from world history. Filter by free-text keyword and/or an exact date (year/month/day). Returns a list of { year, month, day, event } describing what happened. Example: historical_events({ year: 1969, month: 7, day: 20 }).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
text | string | no | Keyword(s) to search event descriptions, e.g. “moon landing” |
year | number | no | Year of the event, e.g. 1969 |
month | number | no | Month of the event (1-12) |
day | number | no | Day of the month (1-31) |
Example call
curl -X POST https://gateway.pipeworx.io/api-ninjas/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"historical_events","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"api-ninjas": {
"url": "https://gateway.pipeworx.io/api-ninjas/mcp"
}
}
}
See Getting Started for client-specific install steps.