event_counts_by_country
ActiveTool of Acled
declared in 0.1.0
Aggregate event and fatality counts by country over a date range. Useful for cross-country comparison and time-bounded risk snapshots.
Parameters schema
{
"type": "object",
"examples": [
{
"region": "Middle East",
"event_date_to": "2024-06-30",
"event_date_from": "2024-01-01"
},
{
"event_type": "Violence against civilians",
"event_date_to": "2023-12-31",
"event_date_from": "2023-01-01"
}
],
"required": [],
"properties": {
"limit": {
"type": "number",
"description": "Underlying-event cap (1-5000, default 5000)"
},
"region": {
"type": "string",
"description": "Optional region restriction"
},
"event_type": {
"type": "string",
"description": "Optional event-type restriction"
},
"event_date_to": {
"type": "string",
"description": "YYYY-MM-DD inclusive"
},
"event_date_from": {
"type": "string",
"description": "YYYY-MM-DD inclusive"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Acled
https://github.com/pipeworx-io/mcp-acled
1/7 registries