check_httpFreeFetch HTTP response headers, status, timing for a URL. SSRF-safe.
Required: url Optional: method, follow, timeout
Example payload
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "check_http",
"arguments": {
"url": "https://example.com",
"method": "GET"
}
}
}