acled
@pipeworx/acled
ACLED MCP——武装冲突和抗议事件数据。OAuth(myACLED 邮箱 + 密码)。
属于 Pipeworx——一个将 AI 代理连接到 1476+ 个实时数据源的 MCP 网关。
Tools
search_events(...)—— 按国家、地区、事件类型、行动者、日期、伤亡人数筛选。event_counts_by_country(...)—— 按国家汇总的事件/伤亡计数。
Related MCP server: mcp-predicthq
Auth
仅支持自带凭据。
ACLED 于 2025 年迁移到 OAuth。你提供自己的 myACLED 邮箱 + 密码;该包会将其交换为 24 小时访问令牌(缓存在内存中)。
在网关 URL 上传递 ?_email=...&_password=...。
Activation caveat
仅注册还不够——ACLED 会按账户控制 API 访问。在 https://acleddata.com/register/ 注册后,发送邮件至 access@acleddata.com 申请 API 访问权限。在 ACLED 启用之前,即使使用有效的 OAuth 令牌,数据请求也会返回 HTTP 403。
Data sources
令牌:
https://acleddata.com/oauth/token数据:
https://acleddata.com/api/acled/read
Quick Start
添加到你的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):
{
"mcpServers": {
"acled": {
"url": "https://gateway.pipeworx.io/acled/mcp"
}
}
}此端点实际提供什么
位于 https://gateway.pipeworx.io/acled/mcp 的 tools/list 会返回上表中的工具,以及共享的 Pipeworx 元工具——ask_pipeworx、discover_tools、search_within、remember/recall 以及其余的网关级工具集。因此,你看到的工具数量会比此表更多:单个包端点目前会在该包自带的工具之外,额外列出大约 30 个共享工具。连接的 initialize 响应会说明其确切范围,并给出当天的权威答案。
这是有意为之,而不是意外多路复用。元工具让限定范围的连接能够回答此包未覆盖的问题——通过 ask_pipeworx(它会在整个目录中路由)——而无需你添加第二个 MCP 服务器。目前没有任何办法在不附带这些元工具的情况下挂载包端点;如果额外的 schema 消耗的上下文比路由带来的价值更大,那么连接一次完整网关,而不是连接多个包端点。
或者,连接到完整的 Pipeworx 网关,以直接列出所有包的工具,而不只是这一个包的:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}两个 URL 都指向同一网关和相同的 1476+ 数据源。唯一的区别是哪些包的工具会被直接列出;从任何一个 URL 出发,ask_pipeworx 都能访问所有这些工具。
与 ask_pipeworx 一起使用
不必直接调用工具,你可以直接用普通英语提问——这在上面的包端点和完整网关上均适用:
ask_pipeworx({ question: "your question about Acled data" })网关会自动选择正确的工具并填充参数。
更多
License
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.8MIT
- 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