event_counts_by_country
Pack: acled · Endpoint: https://gateway.pipeworx.io/acled/mcp
Aggregate event and fatality counts by country over a date range. Useful for cross-country comparison and time-bounded risk snapshots.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
event_date_from | string | no | YYYY-MM-DD inclusive |
event_date_to | string | no | YYYY-MM-DD inclusive |
region | string | no | Optional region restriction |
event_type | string | no | Optional event-type restriction |
limit | number | no | Underlying-event cap (1-5000, default 5000) |
Example call
curl -X POST https://gateway.pipeworx.io/acled/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"event_counts_by_country","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"acled": {
"url": "https://gateway.pipeworx.io/acled/mcp"
}
}
}
See Getting Started for client-specific install steps.