search_pulses
ActiveTool of Alienvault Otx
declared in 0.1.0
Search OTX threat-intel pulses by keyword. Returns pulse ID, name, description preview, tags, targeted countries, malware families, attack IDs, and indicator count.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "ransomware"
},
{
"page": 1,
"limit": 10,
"query": "emotet"
}
],
"required": [
"query"
],
"properties": {
"page": {
"type": "number",
"description": "1-based page (default 1)"
},
"limit": {
"type": "number",
"description": "1-50 (default 20)"
},
"query": {
"type": "string",
"description": "Search term"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Alienvault Otx
https://github.com/pipeworx-io/mcp-alienvault-otx
1/7 registries