MISP MCP Server
@sairambokka
About MISP MCP Server
An MCP server for the open source MISP project
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"misp-mcp-server": {
"command": "python",
"args": [
"misp_mcp_server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MISP MCP Server?
MISP MCP Server is a Model Context Protocol (MCP) server that exposes MISP (Malware Information Sharing Platform) IOC retrieval functions to MCP-compatible clients like Claude Desktop. It allows users to fetch recent indicators of compromise, get summary statistics, filter by type, export to JSON, and verify MISP connectivity.
How to use MISP MCP Server?
Install Python dependencies, set the MISP_URL and MISP_API_KEY environment variables, and run python misp_mcp_server.py. Then configure an MCP client (e.g., Claude Desktop) with the command python and the absolute path to the script, along with the environment variables. The server listens via STDIO and exposes five tools and one resource.
Key features of MISP MCP Server
- Retrieve IOCs added to MISP in the last 24 hours.
- Get summary statistics and counts by IOC type.
- Filter IOCs by specific types (IP, domain, URL, etc.).
- Export IOCs to JSON files.
- Verify MISP connection and configuration.
Use cases of MISP MCP Server
- Security analysts querying recent threat indicators from MISP via Claude Desktop.
- Automated IOC retrieval for integration into security workflows.
- Quickly checking MISP configuration and connectivity.
- Generating daily IOC reports filtered by type.
- Saving IOCs to structured files for further analysis.
FAQ from MISP MCP Server
What are the prerequisites for running MISP MCP Server?
Python 3.8+, access to a MISP instance, and a MISP API key with read access to attributes and events.
How do I connect MISP MCP Server to Claude Desktop?
Add a configuration entry in Claude's claude_desktop_config.json with the command python, the absolute path to the script, and the MISP_URL and MISP_API_KEY environment variables.
What tools does MISP MCP Server provide?
It provides five tools: get_recent_iocs(), get_ioc_summary(), get_iocs_by_type(), save_iocs_to_file(), and check_misp_connection().
Why am I getting a "Failed to connect to MISP" error?
Check that your MISP_URL is correct, the MISP instance is accessible from your network, and there are no SSL certificate issues (the script uses ssl=False for local instances).
Why are no IOCs returned?
This is normal if no IOCs were added to MISP in the last 24 hours.
Frequently asked questions
What are the prerequisites for running MISP MCP Server?
Python 3.8+, access to a MISP instance, and a MISP API key with read access to attributes and events.
How do I connect MISP MCP Server to Claude Desktop?
Add a configuration entry in Claude's `claude_desktop_config.json` with the command `python`, the absolute path to the script, and the `MISP_URL` and `MISP_API_KEY` environment variables.
What tools does MISP MCP Server provide?
It provides five tools: `get_recent_iocs()`, `get_ioc_summary()`, `get_iocs_by_type()`, `save_iocs_to_file()`, and `check_misp_connection()`.
Why am I getting a "Failed to connect to MISP" error?
Check that your `MISP_URL` is correct, the MISP instance is accessible from your network, and there are no SSL certificate issues (the script uses `ssl=False` for local instances).
Why are no IOCs returned?
This is normal if no IOCs were added to MISP in the last 24 hours.
Basic information
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP β¨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments