whistle-mcp

by 7gugu
Verified

getInterceptInfo

Retrieve base64-encoded interception details for specific URLs, including request and response data, to monitor and analyze network traffic using Whistle MCP Server. Supports regex and optional time and count parameters for precise results.

Instructions

获取URL的拦截信息(请求/响应皆以base64编码)

Input Schema

NameRequiredDescriptionDefault
countNo请求数量(可选)
startTimeNo开始时间ms(可选)
urlNo要检查拦截信息的URL (支持正则表达式)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "description": "请求数量(可选)", "type": "number" }, "startTime": { "description": "开始时间ms(可选)", "type": "string" }, "url": { "description": "要检查拦截信息的URL (支持正则表达式)", "type": "string" } }, "type": "object" }
ID: xtjvndsy4c