Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Feranor Resilience

com.feranor/resilience

Scan/purge hidden text & score web domains: TLS, DNS, headers, speed. Free scans, $0.01 actions.

Uptime
100.0%
1 direct probes · 30d
Response
144ms
last probe
Tools
6
callable
Resources
3
readable
Prompts
3
available

Tools · 6

text_purge_v1

Removes invisible Unicode characters and replaces homoglyphs in a text string. Returns the cleaned text plus a before-and-after comparison. Use this tool after text_scan_v1 to fix flagged issues. Pric…

domain_check_batch_v1

Runs the full resilience check on up to 100 domains in a single call and returns the same scored report for each one: TLS certificate, security headers, DNS redundancy, response time, with every indiv…

domain_check_v1

Measures how resilient a public web domain is from the outside and returns a weighted score out of 100, a per-category breakdown, and prioritised findings explaining what to fix first. Use it to audit…

domain_check_score_v1

Free. Returns the overall resilience score out of 100 for a public web domain, plus the score of each category and how many findings each one raised. Use it to triage: to rank a list of domains, to co…

text_scan_v1

Free. Scans a text string for invisible Unicode characters, homoglyphs, and normalization issues. Returns a risk score and a detailed report. Use this tool before text_purge_v1 to inspect suspicious c…

domain_check_score_batch_v1

Free. Returns the overall resilience score out of 100 for up to 100 public web domains, plus the score of each category and how many findings each one raised. Use it to triage a portfolio: rank a list…

Resources · 3

signals

List of every signal the resilience scorer checks, with its category and weight. Free to read, does not run a check.

feranor://signals
about

What Feranor is and what this server does. Same content as https://www.feranor.com/llms.txt.

feranor://about
pricing

Full pricing grid for every tool, including volume tiers for the batch tools. Free to read.

feranor://pricing

Prompts · 3

audit-portfolio

Audit a list of domains and get a prioritised summary of what to fix first.

triage-then-detail

Rank a list of domains for free first, then pull the full report only on the ones that need attention.

verify-deployment

Check whether a configuration change (headers, TLS, DNS) actually took effect after a deployment.

How to use

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

{
  "mcpServers": {
    "feranor_resilience": {
      "url": "https://www.feranor.com/mcp",
      "transport": "streamable-http"
    }
  }
}