MISP MCP Server
MISP MCPサーバー
MISP(NATO、CERT、世界中の6000以上の組織で使用されているオープンソースの脅威インテリジェンスプラットフォーム)用のModel Context Protocol (MCP) サーバーです。
AIアシスタントをMISPインスタンスに接続し、自然な会話を通じて脅威インテリジェンスの検索、IOCのルックアップ、イベント分析を行います。
ツール
ツール | 説明 |
| キーワード、タグ、または日付範囲でイベントを検索 |
| 属性やオブジェクトを含むイベントの詳細を取得 |
| タイプ、値、カテゴリ、またはタグでIOCを検索 |
| インスタンスの統計情報:イベント、属性、組織、タグ |
| 既存のイベントに新しいIOCを送信 |
| 設定済みのフィードとそのステータスを一覧表示 |
Related MCP server: MISP-MCP-SERVER
クイックスタート
環境変数
変数 | 必須 | デフォルト | 説明 |
| はい | — | MISPインスタンスのURL |
| はい | — | MISP自動化APIキー |
| いいえ |
| SSL証明書の検証 |
| いいえ |
| トランスポート: |
| いいえ |
| バインドするホスト (httpモード) |
| いいえ |
| バインドするポート (httpモード) |
| いいえ |
| ログレベル |
Docker
# Clone and run
git clone https://github.com/DarkAngel-agents/misp-mcp.git
cd misp-mcp
# Set your MISP credentials
export MISP_URL=https://your-misp-instance.com
export MISP_API_KEY=your-api-key
# Run with Docker Compose
docker compose up -dMCPエンドポイントは http://localhost:8000/mcp で利用可能になります。
ローカル (Dockerなし)
pip install -r requirements.txt
export MISP_URL=https://your-misp-instance.com
export MISP_API_KEY=your-api-key
# stdio mode (for Claude Desktop, Claude Code, etc.)
python server.py
# http mode (for remote access)
MCP_TRANSPORT=http python server.pyClaude Desktop
Claude Desktopの設定 (~/.config/Claude/claude_desktop_config.json) に追加します:
{
"mcpServers": {
"misp": {
"command": "python",
"args": ["/path/to/misp-mcp/server.py"],
"env": {
"MISP_URL": "https://your-misp-instance.com",
"MISP_API_KEY": "your-api-key"
}
}
}
}Claude Code
claude mcp add misp -- python /path/to/misp-mcp/server.pyVS Code
.vscode/mcp.json に追加します:
{
"servers": {
"misp": {
"url": "http://localhost:8000/mcp",
"type": "http"
}
}
}プロンプトの例
「先月発生したランサムウェアに関連するイベントをMISPで検索して」
「このハッシュをMISPで調べて:abc123def456...」
「MISPイベント1234の詳細を表示して」
「私たちのMISPインスタンスの統計情報は?」
「このIPをイベント5678のIOCとして送信して:192.168.1.100」
「設定されているすべてのMISPフィードを一覧表示して」
要件
Python 3.10以上
APIアクセスが可能な稼働中のMISPインスタンス
MISP自動化APIキー (MISP → Administration → Auth Keys で確認可能)
ライセンス
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Related MCP Servers
- AlicenseAqualityCmaintenanceA Model Context Protocol server that facilitates integration with OpenCTI, allowing users to query and retrieve cyber threat intelligence data via a standardized interface.1640MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that integrates with the MISP (Malware Information Sharing Platform) to provide threat intelligence capabilities to Large Language Models.12-
- AlicenseNot gradedqualityDmaintenanceA comprehensive implementation of Model Context Protocol servers enabling natural language interactions with security platforms including Splunk SIEM, CrowdStrike EDR, and Microsoft MISP for threat intelligence querying and analysis.5 npm22MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that integrates TAK Server with AI systems, providing geospatial-aware tools for querying, analyzing, and interacting with tactical data.10MIT