You're viewing a demo portfolio

Join the waitlist
PRSM

search_events

Active

Tool of Acled

declared in 0.1.0

Search ACLED political-violence and protest events. Filter by country (use "|" to OR, e.g., "Ukraine|Russia"), region, event_type, actor, ISO country code, or date range. Returns date, lat/lon, actors, event type, fatalities, and source notes.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 500,
      "country": "Ukraine|Russia",
      "event_type": "Battles",
      "event_date_to": "2024-12-31",
      "event_date_from": "2024-01-01"
    },
    {
      "year": 2023,
      "actor": "Civil society",
      "limit": 100,
      "region": "Western Africa",
      "event_type": "Protests",
      "fatalities_min": 0
    }
  ],
  "required": [],
  "properties": {
    "iso": {
      "type": "number",
      "description": "ISO 3166-1 numeric country code (alternative to country)"
    },
    "year": {
      "type": "number",
      "description": "Restrict to a calendar year"
    },
    "actor": {
      "type": "string",
      "description": "Match actor1 or actor2 (partial substring ok)"
    },
    "limit": {
      "type": "number",
      "description": "Records to return (1-5000, default 100; ACLED max-per-call is 5000)"
    },
    "region": {
      "type": "string",
      "description": "ACLED region (e.g., \"Western Africa\")"
    },
    "country": {
      "type": "string",
      "description": "Country name(s), pipe-separated for OR"
    },
    "event_type": {
      "type": "string",
      "description": "Battles | Protests | Riots | Explosions/Remote violence | Violence against civilians | Strategic developments"
    },
    "event_date_to": {
      "type": "string",
      "description": "YYYY-MM-DD inclusive"
    },
    "fatalities_min": {
      "type": "number",
      "description": "Minimum fatalities filter"
    },
    "sub_event_type": {
      "type": "string",
      "description": "Optional ACLED sub-event type"
    },
    "event_date_from": {
      "type": "string",
      "description": "YYYY-MM-DD inclusive"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Acled

https://github.com/pipeworx-io/mcp-acled

1/7 registries
View full server →
search_events — Acled — PRSM MCP