Skip to main content
Glama
NELPROINC

NEL VEIL MCP

by NELPROINC

Check a domain's HTTP security headers

check_security_headers
Read-onlyIdempotent

Check if a domain sends protective HTTP security headers like CSP, HSTS, and X-Frame-Options. Get a 0-100 score and per-header findings on missing or weak values that expose visitors to clickjacking or XSS.

Instructions

Answers: does this site send the HTTP response headers that protect visitors in the browser? Checks for Content-Security-Policy, Strict-Transport-Security, X-Content-Type-Options, X-Frame-Options / frame-ancestors, Referrer-Policy and Permissions-Policy — whether each is present and whether its value is actually protective rather than nominal. Returns a 0-100 score plus a finding per header explaining what a missing or weak value exposes. This is a free check that uses public information: DNS records and ordinary HTTP requests. It does no port scanning and no exploit testing. Use this for clickjacking, XSS mitigation, CSP or HSTS questions. It does not check the TLS certificate itself — use check_tls for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain to check, e.g. example.com. Bare domains work best; a full URL or a www. prefix is accepted and normalised. Do not pass an IP address, an email address, or a private/internal hostname — those are refused.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark the tool as read-only, open-world, idempotent, and non-destructive, and the description adds meaningful behavioral context: it uses only public DNS and ordinary HTTP requests, performs no port scanning or exploit testing, and returns a 0-100 score plus per-header findings. This goes beyond the annotations and is especially valuable since there is no output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is information-dense but every sentence earns its place: it opens with the core question, lists checked headers, explains the output, describes the non-invasive method, states the intended use cases, and points to the sibling tool for what it does not cover. There is no filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With one parameter fully documented in the schema, safety annotations already provided, and no output schema, the description still explains the return value (score plus per-header findings), the method of checking, and what it does not cover. The tool definition is complete enough for an agent to invoke and interpret it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description covers the single domain parameter 100%, including accepted formats and refused input types, so the description does not need to add much. The description adds no additional parameter detail beyond reinforcing that the domain is a website domain, which is appropriate given full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Checks for') and resource (domain HTTP security headers), names the exact headers examined, and explicitly contrasts itself with check_tls by noting it does not check TLS certificates. This makes the tool's purpose unmistakable and distinguishes it from its siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance ('Use this for clickjacking, XSS mitigation, CSP or HSTS questions') and an explicit when-not-to-use case ('It does not check the TLS certificate itself — use check_tls for that'). It also clarifies what the check does not involve (no port scanning, no exploit testing), so an agent can select it appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NELPROINC/nel-veil-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server