check_httpFreeFetch HTTP response headers, status, timing for a URL. SSRF-safe.
Обязательно: url Опционально: method, follow, timeout
Пример вызова
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "check_http",
"arguments": {
"url": "https://example.com",
"method": "GET"
}
}
}