@ultralab/misp-mcp-server

security MCP Server

MISP (Malware Information Sharing Platform) MCP server with built-in prompt injection defense via prompt-defense-audit

VerifiedInstall Ready
securitysecurity
1 views1 stars0 forksv0.1.0MIT

Why This Matters

Discovered via github-topic:model-context-protocol and last synced 2mo ago.

VerifiedInstall Ready
Source
github-topic:model-context-protocol
Stars
1
Last synced
2mo ago
Install
Instructions detected

Install

1. Install the package

npx @ultralab/misp-mcp-server

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-ultralab-misp-mcp-server": {
      "command": "npx",
      "args": [
        "@ultralab/misp-mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

14
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (14)

misp_search_events

Search by tag / type / value / date range

misp_search_attributes

Direct IOC lookup

PROMPT_DEFENSE_DISABLED

misp_get_event

Full event with attributes (scanned for injection)

MISP_API_KEY

Tool

Purpose

misp_version

Health check + server version

misp_list_events

Paginated event headers

misp_list_feeds

Configured threat-intel feeds

misp_list_galaxies

Threat actor / campaign clusters

Variable

Required

MISP_URL

misp_list_tags

All configured tags (TLP, taxonomy, etc.)

MISP_INSECURE_TLS