Skip to main content
Glama

MCP Interactsh Bridge

by tachote

poll_interactsh_session

Retrieve and decrypt security testing interactions for analysis. Filter captured DNS/HTTP data by method, path, query, protocol, or text content to identify specific callback responses.

Instructions

Retrieves and decrypts interactions for a session. Optional filters let you match HTTP method, path, query, protocol, or free text.

Input Schema

NameRequiredDescriptionDefault
correlation_idYes
methodNo
path_containsNo
protocolNo
query_containsNo
text_containsNo

Input Schema (JSON Schema)

{ "properties": { "correlation_id": { "type": "string" }, "method": { "type": "string" }, "path_contains": { "type": "string" }, "protocol": { "type": "string" }, "query_contains": { "type": "string" }, "text_contains": { "type": "string" } }, "required": [ "correlation_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tachote/mcp-interactsh'

If you have feedback or need assistance with the MCP directory API, please join our Discord server