pulsedive_explore

Pack: pulsedive · Endpoint: https://gateway.pipeworx.io/pulsedive/mcp

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

NameTypeRequiredDescription
qstringyesExplore query, e.g. “type=domain and risk=high”, “ioc=*.ru and threat=emotet”
limitnumbernoMax results to return (default 20, max 50)
_apiKeystringyesPulsedive API key

Example call

curl -X POST https://gateway.pipeworx.io/pulsedive/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"pulsedive_explore","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "pulsedive": {
      "url": "https://gateway.pipeworx.io/pulsedive/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026