Skip to main content
Feedback

MISP MCP connector

MISP is an open source threat intelligence platform for sharing, storing, and correlating indicators of compromise of targeted attacks and threat intelligence. The MISP MCP connector allows AI agents to manage attributes and events, search for threat indicators, and correlate security intelligence across your environment. It also supports querying compromised data, organizing threat information by tags and categories, and synchronizing intelligence feeds with external sources.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the MISP MCP connector to perform the following actions:

  • Centralize threat intelligence indicators from multiple sources into a single repository
  • Automate detection and correlation of indicators of compromise across events
  • Tag and categorize security events for faster incident response and investigation
  • Distribute curated threat feeds to security teams and external partners
  • Track and manage galaxy clusters to organize threat actor profiles and tactics
  • Publish threat events to stakeholders while maintaining operational security controls

Example prompts

Use the following example prompts to invoke MISP MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all threat events created in MISP in the last 30 days.
  • Create a new security event in MISP for a detected malware campaign.
  • Search MISP for all indicators associated with domain names.
  • Add the 'ransomware' tag to this event in MISP.
  • List all active threat feeds currently enabled in MISP.
  • Get details on the APT28 galaxy cluster from MISP.
  • Publish this event to MISP so our partners can see the threat intelligence.
  • Find all attributes in MISP related to a specific IP address.
  • Update the description of this MISP event with new findings.
  • Remove outdated indicators from this MISP event.

MISP MCP connector tools

The MISP MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
getAllAttributesRetrieves a complete list of all attributes stored in the system.
createAttributeCreates a new attribute with the specified properties and values.
getAttributeRetrieves detailed information for a specific attribute.
updateAttributeModifies an existing attribute with new or changed values.
deleteAttributeRemoves an attribute from the system permanently.
searchAttributesFinds attributes matching specified criteria or filters.
getAllEventsRetrieves a complete list of all events in the system.
createEventCreates a new event with the specified details.
getEventRetrieves detailed information for a specific event.
updateEventModifies an existing event with new or changed details.
deleteEventRemoves an event from the system permanently.
publishEventMakes an event visible and available to other users.
unpublishEventRestricts an event from being visible to other users.
searchEventsFinds events matching specified criteria or filters.
addEventTagAssigns a tag label to an event for categorization.
removeEventTagRemoves a tag label from an event.
getAllFeedsRetrieves a complete list of all feeds in the system.
createFeedCreates a new feed source with the specified configuration.
getFeedRetrieves detailed information for a specific feed.
updateFeedModifies an existing feed with new or changed settings.
enableFeedActivates a feed to start receiving or processing data.
disableFeedDeactivates a feed to stop receiving or processing data.
getAllGalaxiesRetrieves a complete list of all galaxy clusters available.
getGalaxyRetrieves detailed information for a specific galaxy.
deleteGalaxyRemoves a galaxy from the system permanently.
getAllNoticelistsRetrieves a complete list of all noticelists in the system.
getNoticelistRetrieves detailed information for a specific noticelist.
searchObjectsFinds objects matching specified criteria or filters.
getAllOrganisationsRetrieves a complete list of all organizations in the system.
getOrganisationRetrieves detailed information for a specific organization.
createOrganisationCreate an organisation.
updateOrganisationUpdate an organisation.
deleteOrganisationDelete an organisation.
getAllTagsList all tags.
createTagCreate a tag.
updateTagUpdate a tag.
deleteTagDelete a tag.
getAllUsersList all users.
createUserCreate a user.
getUserGet a user.
updateUserUpdate a user.
deleteUserDelete a user.
getAllWarninglistsList all warninglists.
getWarninglistGet a warninglist.
getSharingGroupsList sharing groups.
On this Page