MISP MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MISP MCP Serversearch events containing the IP address 185.220.101.26"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MISP MCP Server
An MCP server that provides read-only access to MISP threat intelligence data.
Features
Event search - Find threat intelligence events by IOC values, tags, dates, organisations
Attribute search - Search individual indicators of compromise across all events
Object search - Find grouped attributes (file objects, network connections, etc.)
Event index - Lightweight event metadata browsing
Tags & Taxonomies - Search tags and browse taxonomy vocabularies (TLP, kill chain, etc.)
Galaxies - Search threat actors, malware, ATT&CK techniques, and other knowledge bases
Feeds - Browse configured threat intelligence feeds
All access is read-only - no data modification is possible through this server.
Related MCP server: MISP-mcp
Installation
pip install misp-mcpOr install from source:
cd misp-mcp
pip install -e .Configuration
Set the following environment variables:
Variable | Required | Description |
| Yes | URL of your MISP instance (e.g. |
| Yes | Your MISP API authentication key |
| No | Verify TLS certificates (default: |
Usage
Claude Desktop / Claude Code
Add to your MCP configuration:
{
"mcpServers": {
"misp": {
"command": "misp-mcp",
"env": {
"MISP_URL": "https://misp.example.com",
"MISP_API_KEY": "your-api-key-here"
}
}
}
}Standalone (stdio)
export MISP_URL="https://misp.example.com"
export MISP_API_KEY="your-api-key"
misp-mcpAvailable Tools
Events & Attributes
search_events- Search events by IOC values, tags, dates, organisationssearch_attributes- Search individual attributes/indicatorssearch_objects- Search MISP objectssearch_event_index- Lightweight event metadata searchget_event- Get full event by IDget_attribute- Get attribute by IDget_object- Get object by ID
Tags & Taxonomies
search_tags- Search tags by namelist_taxonomies- List all taxonomy vocabulariesget_taxonomy- Get taxonomy details and entries
Galaxies
search_galaxies- Search galaxies (threat actors, malware, ATT&CK, etc.)get_galaxy- Get galaxy with clusterssearch_galaxy_clusters- Search within a specific galaxy
Feeds
search_feeds- Search/list configured threat intelligence feeds
License
AGPL-3.0-or-later - same as MISP.
Copyright (C) 2026 Andras Iklody
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 Servers
- Flicense-qualityCmaintenanceEnables querying a honeypot threat-intelligence database via natural language to analyze attacker activity, without writing SQL. Provides read-only tools for overview, top attackers, credentials, commands, and more.
- Alicense-qualityDmaintenanceEnables natural-language investigation of Datadog data including logs, metrics, monitors, traces, hosts, dashboards, events, and incidents, all through read-only API access.2,053MIT
- Alicense-qualityBmaintenanceEnables AI assistants to query and manage OpenCTI threat intelligence data, including indicators, observables, reports, malware, and more, with read-only and optional write operations.MIT
Related MCP Connectors
Query and retrieve information about various adversarial tactics and techniques used in cyber atta…
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Appeared in Searches
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/MISP/misp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server