Skip to content
Back to search
90
MCP v1.1.0 sse

HTTP Headers Analyzer API

io.github.Br0ski777/http-headers

HTTP header analysis — security headers, cache, server detection. x402 micropayment.

Uptime
0.0%
1 direct probes · 30d
Response
174ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

network_analyze_headers

Use this when you need to analyze HTTP response headers of a URL for security and configuration. Returns a full header audit in JSON. Returns: 1. allHeaders (raw key-value map) 2. securityScore (0-10…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "http_headers_analyzer_api": {
      "url": "https://http-headers.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}