parse_http_headers
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Parse a raw HTTP headers block into a structured JSON object. Detects multi-value headers, masks Authorization values, and optionally audits for missing security headers (HSTS, CSP, X-Frame-Options, etc.).
Parameters schema
{
"type": "object",
"required": [
"headers"
],
"properties": {
"headers": {
"type": "string",
"description": "Raw HTTP headers (one \"Name: Value\" per line)"
},
"analyze_security": {
"type": "boolean",
"description": "Audit for missing security headers (default: true)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries