mcpbeat Sign in

Clearfront MCP Server

by clearfront Your server? Claim it
local only

Clearfront runs on your own machine — the client starts it, so there is no endpoint to ping. 88 installs a week from pypi. Last commit 20 Aug 2026.

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

Installs per day peak 99 · avg 23 · -39% w/w
a month agotoday
88
Installs / week
pypi · clearfront
7
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] clearfront/boards.py:1
этот файл ставится пользователю, но в репозитории его нет
        '"{target}" (site:pastebin.com OR site:github.com OR site:trello.com)',

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add clearfront -- uvx clearfront
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clearfront": {
      "args": [
        "clearfront"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clearfront]
command = "uvx"
args = ["clearfront"]
.cursor/mcp.json
{
  "mcpServers": {
    "clearfront": {
      "args": [
        "clearfront"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clearfront": {
      "args": [
        "clearfront"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: HIBP_API_KEY (Have I Been Pwned API key, enables breach and paste lookups), IPINFO_TOKEN (ipinfo.io token, enables IP geolocation and exposure reports), SHODAN_API_KEY (Shodan API key, enables internet-exposed device lookups), VIRUSTOTAL_API_KEY (VirusTotal API key, enables reputation checks on IPs, domains, URLs and file hashes), ANTHROPIC_API_KEY (Anthropic API key, only needed for the AI-assisted multi-target sweep tool). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clearfront

same job, measured the same way
MCP Server Digitalocean
by truecallerabreham

MCP server for DigitalOcean — manage Droplets, databases, domains, and more

58 installs/wk local only
Janusmcp
by bayway

Multi-account tool broker for AI agents — CLI and MCP.

47 installs/wk local only
Light Horse Securities
by lighthorse

Agentic brokerage access to a US brokerage account: quotes, orders, positions, cash and documents.

answering
Vältgeist Domains
by ilumci

Daily GoDaddy auction data: is a domain at auction, its appraisal, price and bid count.

5 tools answering
Statement Of Account
by theluckystrike

Statements of account, aging buckets and dunning letters from your invoices.

8 tools answering
MCP Meta Brand Presence Mapper
by mambabuilt

Resolve a company domain to Instagram, Threads and Facebook accounts and counts.

23 installs/wk local only
MCP Pinterest Brand Presence Mapper
by mambabuilt

Resolve a company domain to its Pinterest account with exact follower and pin counts.

24 installs/wk local only
Seon
by pipeworx-io

SEON MCP — wraps the SEON fraud / digital-footprint enrichment APIs (seon.io)

answering

Clearfront — questions

Answers built from our own checks of this server.

Why is there no uptime for Clearfront?
Clearfront runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package clearfront was installed 88 times last week.
How do I connect Clearfront?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls clearfront straight from pypi; nothing to host, nothing to sign up for.
How many people use Clearfront?
The pypi package clearfront was installed 88 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clearfront open source?
Yes — it is published under the MIT licence, written in Python and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.