{"openapi":"3.1.0","info":{"title":"ACLED API","description":"전 세계 무력충돌·시위·폭력 사건의 위치·날짜·행위자·사상자 데이터를 제공하는 분쟁 데이터 플랫폼입니다. 연구자, 언론, NGO에게 무료로 제공되며, 지역별·기간별 필터링으로 분쟁 동향 분석에 활용됩니다.","version":"1.0.0","x-fusepie-id":"acled","x-fusepie-category":"data","x-fusepie-provider":"ACLED"},"servers":[{"url":"https://api.acleddata.com/acled/read","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_acled","summary":"ACLED API","description":"전 세계 무력충돌·시위·폭력 사건의 위치·날짜·행위자·사상자 데이터를 제공하는 분쟁 데이터 플랫폼입니다. 연구자, 언론, NGO에게 무료로 제공되며, 지역별·기간별 필터링으로 분쟁 동향 분석에 활용됩니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"Get your API key from: https://developer.acleddata.com/"}}},"x-mcp-config":{"mcpServers":{"acled":{"command":"npx","args":["-y","@fusepie/mcp-acled"],"env":{"API_KEY":""}}}}}