You're viewing a demo portfolio

Join the waitlist
PRSM

parse_http_headers

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →
parse_http_headers — IA-QA — 130+ QA & Dev Tools for AI Agents — PRSM MCP