get_pulse
Pack: alienvault-otx · Endpoint: https://gateway.pipeworx.io/alienvault-otx/mcp
Fetch a single OTX pulse: full description, references, indicators, attack IDs, targeted countries, malware families, industries, and creation/modification dates.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
pulse_id | string | yes | OTX pulse ID (hex string) |
Example call
curl -X POST https://gateway.pipeworx.io/alienvault-otx/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_pulse","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"alienvault-otx": {
"url": "https://gateway.pipeworx.io/alienvault-otx/mcp"
}
}
}
See Getting Started for client-specific install steps.