An MCP server for the open source MISP project
Overview
what is MISP MCP Server?
MISP MCP Server is a Model Context Protocol (MCP) server designed to expose MISP (Malware Information Sharing Platform) IOC retrieval functions to MCP-compatible clients like Claude Desktop.
how to use MISP MCP Server?
To use the MISP MCP Server, clone the repository, install the required dependencies, set up your environment variables with your MISP credentials, and run the server using Python. Connect it to compatible clients by configuring their MCP settings.
key features of MISP MCP Server?
- Retrieve recent IOCs added to MISP in the last 24 hours.
- Get statistics and counts by IOC type.
- Filter IOCs by specific types (IP, domain, URL, etc.).
- Export IOCs to JSON files.
- Verify MISP connectivity and configuration.
use cases of MISP MCP Server?
- Integrating with threat intelligence platforms to retrieve recent IOCs.
- Automating the collection of malware indicators for analysis.
- Supporting security operations teams in monitoring and responding to threats.
FAQ from MISP MCP Server?
- What is required to run the MISP MCP Server?
You need Python 3.8+, access to a MISP instance, and a valid MISP API key.
- Can I use this server for any MISP instance?
Yes, as long as you have the correct API key and permissions.
- How do I troubleshoot connection issues?
Check your MISP URL and API key in the environment variables, and ensure your MISP instance is accessible.