pulsedive_explore
ActiveTool of Pulsedive
Search Pulsedive threat DB with a query. Uses the Pulsedive Explore query language (boolean field filters) to find indicators matching criteria like type, risk, feed, or threat. Example: pulsedive_explore({ q: "type=domain and risk=high", limit: 20, _apiKey: "your-key" })
Parameters schema
{
"type": "object",
"required": [
"q",
"_apiKey"
],
"properties": {
"q": {
"type": "string",
"description": "Explore query, e.g. \"type=domain and risk=high\", \"ioc=*.ru and threat=emotet\""
},
"limit": {
"type": "number",
"description": "Max results to return (default 20, max 50)"
},
"_apiKey": {
"type": "string",
"description": "Pulsedive API key"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Pulsedive
https://github.com/pipeworx-io/mcp-pulsedive
1/7 registries