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 がカタログ全体へルーティングするため、2 つ目の MCP サーバーを追加する必要はありません。現在、メタツールなしでパックエンドポイントをマウントする方法はありません。追加のスキーマがルーティングの価値以上にコンテキストを消費する場合は、複数のパックエンドポイントに接続するのではなく、フルゲートウェイに一度接続してください。
あるいは、フルの Pipeworx ゲートウェイに接続して、このパックのものだけでなく、すべてのパックのツールを直接一覧表示することもできます:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}どちらの URL も同じゲートウェイと、同じ 1476+ のデータソースに到達します。唯一の違いは、どのパックのツールが直接リストされるかだけです。ask_pipeworx はどちらの URL からでもすべてのツールにアクセスできます。
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