You're viewing a demo portfolio

Join the waitlist
PRSM

pulsedive_explore

Active

Tool of Pulsedive

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Pulsedive

https://github.com/pipeworx-io/mcp-pulsedive

1/7 registries
View full server →