Back to Browse

Clearfront MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

OSINT sweep of a digital footprint: breaches, accounts, data brokers, domains and IPs

About

OSINT sweep of a digital footprint: breaches, accounts, data brokers, domains and IPs

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Have I Been Pwned API key, enables breach and paste lookupsRequired

Environment variable: HIBP_API_KEY

ipinfo.io token, enables IP geolocation and exposure reportsRequired

Environment variable: IPINFO_TOKEN

Shodan API key, enables internet-exposed device lookupsRequired

Environment variable: SHODAN_API_KEY

VirusTotal API key, enables reputation checks on IPs, domains, URLs and file hashesRequired

Environment variable: VIRUSTOTAL_API_KEY

Anthropic API key, only needed for the AI-assisted multi-target sweep toolRequired

Environment variable: ANTHROPIC_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "sh-clearfront-clearfront": {
      "env": {
        "HIBP_API_KEY": "your-hibp-api-key-here",
        "IPINFO_TOKEN": "your-ipinfo-token-here",
        "SHODAN_API_KEY": "your-shodan-api-key-here",
        "ANTHROPIC_API_KEY": "your-anthropic-api-key-here",
        "VIRUSTOTAL_API_KEY": "your-virustotal-api-key-here"
      },
      "args": [
        "clearfront",
        "clearfront"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!