clearfront for Grok
sh.clearfront/clearfront
OSINT sweep of a digital footprint: breaches, accounts, data brokers, domains and IPs
client:Grok
transport:stdio
runtime:pypi
Install clearfront in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clearfront": {
"type": "stdio",
"command": "uvx",
"args": [
"clearfront"
],
"env": {
"HIBP_API_KEY": "<HIBP_API_KEY>",
"IPINFO_TOKEN": "<IPINFO_TOKEN>",
"SHODAN_API_KEY": "<SHODAN_API_KEY>",
"VIRUSTOTAL_API_KEY": "<VIRUSTOTAL_API_KEY>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs