← Back to Plugins
MCP Server MCP

sh.clearfront/clearfront

github By github 👁 3 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx clearfront

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "clearfront",
      "version": "2.7.3",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "clearfront",
          "type": "named",
          "name": "--from"
        }
      ],
      "packageArguments": [
        {
          "value": "clearfront-mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Have I Been Pwned API key, enables breach and paste lookups",
          "format": "string",
          "isSecret": true,
          "name": "HIBP_API_KEY"
        },
        {
          "description": "ipinfo.io token, enables IP geolocation and exposure reports",
          "format": "string",
          "isSecret": true,
          "name": "IPINFO_TOKEN"
        },
        {
          "description": "Shodan API key, enables internet-exposed device lookups",
          "format": "string",
          "isSecret": true,
          "name": "SHODAN_API_KEY"
        },
        {
          "description": "VirusTotal API key, enables reputation checks on IPs, domains, URLs and file hashes",
          "format": "string",
          "isSecret": true,
          "name": "VIRUSTOTAL_API_KEY"
        },
        {
          "description": "Anthropic API key, only needed for the AI-assisted multi-target sweep tool",
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...