# Feranor Resilience [Verified] [Health: Active]

**Category:** 🔒 Security  
**Repository:** https://www.feranor.com/tools/mcp  
**Views:** 11  
**Installs:** 0  
**Upvotes:** 1  
**Directory Page:** https://allmcps.com/mcp/feranor-resilience

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

The Tools:

- text_scan_v1 — free
Scans a text string for invisible Unicode characters, homoglyphs, and normalization issues. Returns a risk score, a list of flagged characters, and detected homoglyphs. Never modifies the input text.

- text_purge_v1 — $0.01 per call
Removes invisible Unicode characters and replaces homoglyphs in a text string, then normalizes the result. Returns the cleaned text plus a before-and-after risk comparison.

- domain_check_score_v1 — free
Overall score, per-category scores, and how many findings each category raised. Use it to triage: rank a list of domains, confirm one is healthy, or decide whether the full report is worth pulling. It tells you which categories are weak and how many issues they hold, but not what the issues are.

- domain_check_score_batch_v1 — free
The same triage scores for up to 100 domains in a single call. One score summary per distinct domain: overall score, per-category scores, and how many findings each category raised. Never the findings themselves.

- domain_check_v1 — $0.01 per call
Full report for one domain: weighted score out of 100, per-category breakdown, and every individual finding with a prioritised remediation order.

- domain_check_batch_v1 — from $0.005 per domain
The same full report for up to 100 domains in a single call, with **one payment for the whole batch** instead of one per domain. Both cheaper per domain and much faster than calling `domain_check_v1` in a loop.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: medium). Install path inferred — verify against the README before running it. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "feranor-resilience": {
    "url": "https://www.feranor.com/tools/mcp"
  }
}
```

## Documentation

## What Feranor Resilience MCP server does

The Feranor Resilience MCP server provides MCP tools for two related checks: text safety and web-domain resilience. Text tools identify characters that may be difficult to see or may impersonate other characters, while domain tools assess technical health across TLS, DNS, HTTP headers, and response speed.

Text analysis is non-destructive. A scan returns a risk score, flagged characters, and detected homoglyphs without changing the supplied string. A separate purge operation removes invisible characters, substitutes homoglyphs, normalizes the result, and reports how the risk changed between the original and cleaned versions.

Domain checks have two levels. Score tools provide an overall result, category-level scores, and finding counts, making them suitable for ranking domains or deciding whether a full investigation is needed. Full checks add the individual findings and a prioritized order for remediation.

## How it works

The Feranor Resilience MCP server exposes separate tools for individual and batch operations. Text operations accept a string. Domain score and full-report operations accept domains, with batch variants handling up to 100 domains in one request.

The score-only domain tools are intended for triage: they indicate which categories are weaker and how many findings exist, but they do not disclose the findings themselves. The full single-domain report includes a weighted score out of 100, category details, each finding, and suggested remediation priority.

Batch full reports use one payment for the complete request rather than charging separately for every domain. The listed price starts at $0.005 per domain for this batch mode, while an individual full report costs $0.01. Score operations and text scanning are listed as free; text purging costs $0.01 per call.

## Tools and capabilities

- `text_scan_v1`: Detects invisible Unicode characters, homoglyphs, and normalization issues, then returns risk information.
- `text_purge_v1`: Cleans the supplied text and compares risk before and after processing.
- `domain_check_score_v1`: Produces a summary score and finding counts for one domain.
- `domain_check_score_batch_v1`: Produces the same summaries for up to 100 domains.
- `domain_check_v1`: Returns a detailed report for one domain with prioritized remediation.
- `domain_check_batch_v1`: Returns detailed reports for up to 100 domains under one batch charge.

## Limitations and notes

Score-only domain calls cannot be used to inspect the actual problems; they report counts and category scores rather than individual findings. Use a full report when remediation details are required. Text purging changes the supplied content, so applications that must preserve the original should retain the input separately and use the scan operation for read-only analysis.

The supplied material does not specify an installation command, client configuration format, authentication method, license, or supported MCP client list. Pricing is stated per operation, with free score and scan calls and paid purge or detailed-report calls.

_Full upstream README: https://allmcps.com/mcp/feranor-resilience/readme_

