# HTTP Security Headers — HSTS, CSP, Score 0-100

HTTP header security analysis API for AI agents. Analyze response headers for any URL: HSTS, Content-Security-Policy, X-Frame-Options, Referrer-Policy, Permissions-Policy, server detection, and cachi…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/http-headers

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/http-headers

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/http-headers network_analyze_headers

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/http-headers network_analyze_headers '{}'
```

## Direct MCP Connection

Endpoint: `https://http-headers--axel-belfort.run.tools`

## 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 …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/http-headers <tool-name>
```
