MCP server for MISP threat intelligence platform - IOC lookups, event management, correlation discovery, and intelligence enrichment
MCP server for MISP threat intelligence platform - IOC lookups, event management, correlation discovery, and intelligence enrichment. The misp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Query and manage your MISP threat-intelligence platform from any MCP client.
misp-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
misp_search_events — Search events by IOC value, type, tags, date range, organizationmisp_get_event — Get full event details including attributes, objects, galaxies, related eventsmisp_create_event — Create a new event with threat level, distribution, and analysis statusmisp_update_event — Update event metadata (info, threat level, analysis, publish state)misp_publish_event — Publish an event to trigger alerts to sharing partners (requires confirm:true)misp_tag_event — Add or remove tags (TLP, MITRE ATT&CK, custom) from an event (removal requires confirm:true)misp_search_attributes — Search IOCs across all events with type, category, and correlation filtersmisp_add_attribute — Add a single IOC to an eventmisp_add_attributes_bulk — Add multiple IOCs to an event in one operationmisp_delete_attribute — Soft or hard delete an attribute (requires confirm:true; hard delete also requires confirmHard:true)misp_correlate — Find all events and attributes matching a value, with cross-event correlationsmisp_get_related_events — Discover events related through shared IOCsYou will need 3 environment variables: MISP_URL, MISP_API_KEY, MISP_VERIFY_SSL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Misp's toolset — misp_search_events, misp_get_event, misp_create_event and 11 more — is a fair guide to whether it matches your workflow. It is maintained by GitHub Actions; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| misp_search_events | Search events by IOC value, type, tags, date range, organization |
| misp_get_event | Get full event details including attributes, objects, galaxies, related events |
| misp_create_event | Create a new event with threat level, distribution, and analysis status |
| misp_update_event | Update event metadata (info, threat level, analysis, publish state) |
| misp_publish_event | Publish an event to trigger alerts to sharing partners (requires confirm:true) |
| misp_tag_event | Add or remove tags (TLP, MITRE ATT&CK, custom) from an event (removal requires confirm:true) |
| misp_search_attributes | Search IOCs across all events with type, category, and correlation filters |
| misp_add_attribute | Add a single IOC to an event |
| misp_add_attributes_bulk | Add multiple IOCs to an event in one operation |
| misp_delete_attribute | Soft or hard delete an attribute (requires confirm:true; hard delete also requires confirmHard:true) |
| misp_correlate | Find all events and attributes matching a value, with cross-event correlations |
| misp_get_related_events | Discover events related through shared IOCs |
| misp_describe_types | Get all available attribute types and category mappings |
| misp_list_tags | List available tags with usage statistics |
{
"mcpServers": {
"misp-1": {
"command": "npx",
"args": ["-y", "misp-mcp"],
"env": {
"MISP_URL": "your-value",
"MISP_API_KEY": "your-value",
"MISP_VERIFY_SSL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| MISP_URL | Endpoint or connection string the server talks to. | Yes |
| MISP_API_KEY | Credential the server authenticates with. | Yes |
| MISP_VERIFY_SSL | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.