FEDLIN Scanners
Server Details
Exposes FEDLIN's public security scanners as agent-callable tools over Streamable HTTP.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsscan_domain_trustAInspect
Audit a domain's DNS, TLS, certificates, and email authentication (SPF/DKIM/DMARC/DNSSEC).
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | A bare public hostname to scan, for example example.com. No scheme, path, or port; IP literals and internal hostnames are rejected. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the full burden of behavioral disclosure. The verb 'Audit' vaguely suggests a read-only operation, but the description does not explicitly state non-destructiveness, return format, network behavior, timeout considerations, or any permissions required. It only lists what is audited.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one efficient, front-loaded sentence that lists all key areas. Every word adds value, with no unnecessary repetition or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the high-level scope, which helps the agent understand what the tool does. However, with no output schema and no behavioral guidance, it leaves uncertainty about what the tool returns (e.g., a report, a score, a pass/fail) and how the scan behaves, especially given it covers multiple complex areas.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already provides full coverage (100%) for the single 'domain' parameter, including format and validation rules. The description adds no additional parameter-specific semantics, but the baseline of 3 applies because the schema handles it adequately.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Audit' and clearly enumerates the resource and scope: a domain's DNS, TLS, certificates, and email authentication. It distinguishes itself from sibling tools by naming these concrete audit areas.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage context is implied by the description — one would use this to audit domain trust-related security properties. However, it does not explicitly state when to choose this over scan_post_quantum or scan_security_headers, nor does it mention any exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
scan_post_quantumBInspect
Check whether a domain's TLS is using post-quantum (hybrid ML-KEM) key exchange.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | A bare public hostname to scan, for example example.com. No scheme, path, or port; IP literals and internal hostnames are rejected. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full responsibility for disclosing behavioral traits. While the verb 'Check' implies a read-only, non-mutating operation, the description does not mention whether a live network scan occurs, what the return value looks like, or any permissions or side effects. This leaves significant behavioral ambiguity for a tool that might perform external actions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, clear sentence that immediately conveys the tool's purpose with no waste or redundancy. It is appropriately front-loaded and concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple, with one parameter and a clear purpose, and the schema already covers the parameter well. However, since there is no output schema and no annotations, the description could have briefly mentioned the return format or any side effects (e.g., that it performs a TLS handshake). The lack of this detail prevents a 5, but the description is still adequate for the tool's basic function.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% for the single 'domain' parameter, and the schema already provides detailed constraints (bare hostname, no scheme/path/port, rejections). The description adds no additional meaning about the parameter beyond what is already in the schema, so the baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Check' and clearly states the resource (domain's TLS) and the exact property being checked (post-quantum/hybrid ML-KEM key exchange). It distinguishes itself from sibling scan tools by focusing specifically on this protocol, making its purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus the sibling tools scan_domain_trust or scan_security_headers. It only states what the tool does, without any context about which scenarios warrant using it or any alternative tools to consider.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
scan_security_headersAInspect
Grade a domain's HTTP security headers (HSTS, CSP, and more).
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | A bare public hostname to scan, for example example.com. No scheme, path, or port; IP literals and internal hostnames are rejected. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must disclose behavioral context. It only says 'grade', without mentioning that this likely involves making HTTP requests to the target domain, potential network dependencies, or what form the grade takes. This is a significant gap for a scanning tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, tightly worded sentence with no filler. It front-loads the action and resource without superfluous details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter scanner, the description conveys the core purpose. However, it omits behavioral details like network access and the output format (the grade), which would be helpful given the absence of an output schema and annotations. It is minimally adequate but not fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already provides a detailed description of the 'domain' parameter (bare hostname, no scheme/path/port, rejects IP literals). The description adds no semantic value beyond the parameter name, so the baseline of 3 for high schema coverage applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Grade' with a clear resource ('domain's HTTP security headers'), and lists examples (HSTS, CSP) that distinguish it from sibling tools like scan_domain_trust and scan_post_quantum.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The purpose is clear but the description does not explicitly say when to use it over alternatives. It implies usage for checking security headers but offers no exclusions or comparisons with the sibling scan tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Scans remote MCP servers for protocol, security, and TLS issues; exposes scan tools via MCP.
Agent-design pattern guidance via 8 hosted read-only tools; Streamable HTTP, no auth, one Release.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceExposes DeepSeek Harness tools to any MCP-compatible client over streamable HTTP, allowing allowlisted operations such as file read, glob, grep, and web search while preserving the harness's sandbox and approval pipeline.339MIT
- AlicenseNot gradedqualityDmaintenanceExposes AgentShield security scanning tools to protect AI clients by detecting threats like prompt injections, PII leakage, and SSRF. It enables real-time monitoring of inputs, outputs, and tool definitions to ensure secure interactions with AI models.21MIT
- FlicenseNot gradedqualityAmaintenanceEnables MCP-compatible AI clients to invoke CLI-driven agent tools over Streamable HTTP, including shell execution, file operations, patching, image viewing, web search, and nested agent tasks, with permission modes and real-time progress streaming.
- FlicenseNot gradedqualityCmaintenanceExposes local Python tools via a persistent Streamable HTTP endpoint, allowing an OpenAI Agents SDK notebook to discover and invoke them while using Groq for reasoning and tool selection.
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct security scanning area: overall domain trust (DNS/TLS/email), post-quantum TLS, and HTTP security headers. No overlap in purpose or output.
All tools follow a strict 'scan_<object>' pattern, making the action and target clear. Naming is uniform and predictable.
Three tools is well-scoped for a specialized domain scanner. Each tool provides substantial value and covers a key aspect of security post-assessment.
The set covers major security layers (infrastructure, crypto, web) but could include additional scans like TLS version checks or email-specific authentication. Minor gap, easily worked around.