acled
@pipeworx/acled
ACLED MCP — 무력 충돌 및 시위 이벤트 데이터. OAuth (myACLED 이메일 + 비밀번호).
Pipeworx의 일부 — AI 에이전트를 1476개 이상의 실시간 데이터 소스에 연결하는 MCP 게이트웨이.
도구
search_events(...)— 국가, 지역, 이벤트 유형, 행위자, 날짜, 사망자 수로 필터링합니다.event_counts_by_country(...)— 집계된 이벤트/사망자 수.
Related MCP server: mcp-predicthq
인증
BYO만 지원합니다.
ACLED는 2025년에 OAuth로 전환했습니다. myACLED 이메일 + 비밀번호를 제공하면, 팩이 이를 24시간 액세스 토큰으로 교환합니다(메모리에 캐시됨).
게이트웨이 URL에 ?_email=...&_password=...를 전달하세요.
활성화 주의사항
등록만으로는 충분하지 않습니다 — ACLED는 계정별로 API 액세스를 통제합니다.
https://acleddata.com/register/에서 등록한 후, access@acleddata.com으로 이메일을 보내 API 액세스를 요청하세요. 활성화되기 전에는 유효한 OAuth 토큰이 있어도 데이터 요청이 HTTP 403을 반환합니다.
데이터 소스
토큰:
https://acleddata.com/oauth/token데이터:
https://acleddata.com/api/acled/read
빠른 시작
MCP 클라이언트(Claude Desktop, Cursor, Windsurf 등)에 추가하세요:
{
"mcpServers": {
"acled": {
"url": "https://gateway.pipeworx.io/acled/mcp"
}
}
}이 엔드포인트가 실제로 제공하는 것
tools/list는 https://gateway.pipeworx.io/acled/mcp에서 위 표의 도구들 그리고 공유 Pipeworx 메타 도구 — ask_pipeworx, discover_tools, search_within, remember/recall 및 게이트웨이 전체 세트의 나머지 — 를 반환합니다. 따라서 표시되는 도구 수는 이 표보다 많습니다. 단일 팩 엔드포인트는 현재 자체 도구와 함께 약 30개의 공유 도구를 나열합니다. 연결의 initialize 응답은 정확한 범위를 명시하며, 해당 시점의 권위 있는 답변입니다.
이것은 의도된 것이지, 우연한 멀티플렉싱이 아닙니다. 메타 도구는 범위가 지정된 연결이 이 팩이 다루지 않는 질문에 답할 수 있게 해 줍니다 — 전체 카탈로그를 라우팅하는 ask_pipeworx를 통해 — 두 번째 MCP 서버를 추가하지 않고도. 현재 메타 도구 없이 팩 엔드포인트를 마운트할 방법은 없습니다. 추가 스키마가 라우팅의 가치보다 더 많은 컨텍스트를 소비한다면, 여러 팩 엔드포인트에 연결하는 대신 전체 게이트웨이에 한 번 연결하세요.
또는 전체 Pipeworx 게이트웨이에 연결하면 이 팩 하나만이 아니라 모든 팩의 도구가 직접 나열됩니다:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}두 URL 모두 동일한 게이트웨이와 동일한 1476개 이상의 데이터 소스에 연결됩니다. 유일한 차이는 어떤 팩의 도구가 직접 나열되는지입니다. ask_pipeworx는 어느 쪽에서든 그 모든 도구에 접근합니다.
ask_pipeworx와 함께 사용하기
도구를 직접 호출하는 대신, 평이한 영어로 질문할 수 있습니다 — 이는 위의 팩 엔드포인트와 전체 게이트웨이 모두에서 작동합니다:
ask_pipeworx({ question: "your question about Acled data" })게이트웨이가 적절한 도구를 선택하고 인자를 자동으로 채웁니다.
더 보기
라이선스
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Search and analyze global news coverage and US TV transcripts via the GDELT Project APIs.
Geopolitical event detection, tone timeseries, actor trends from GDELT 2.0.
GDELT MCP — Global Database of Events, Language, and Tone (free, no auth)
Query UK Parliament, elections, crime stats, ONS census data, and national archives
Related MCP Servers
AlicenseNot gradedqualityCmaintenanceLive data gateway for AI agents. 261 data sources, 961 tools — SEC filings, FDA adverse events, trade flows, mortgage rates, clinical trials, government contracts. Ask questions in plain English with ask_pipeworx.6MIT- AlicenseNot gradedqualityCmaintenanceWraps PredictHQ Events API to enable AI agents to query global event data through natural language, part of Pipeworx gateway.16MIT
- AlicenseNot gradedqualityCmaintenanceAccess Federal Election Commission campaign finance data through MCP tools. Enables querying OpenFEC data using natural language via ask_pipeworx or direct tool calls.7MIT
- AlicenseNot gradedqualityCmaintenanceEnables access to Our World in Data charts and indicators through natural language queries via Pipeworx gateway.71MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-acled'
If you have feedback or need assistance with the MCP directory API, please join our Discord server