TraceHunt is an MCP server (and CLI) for OSINT username reconnaissance across 480+ platforms. Tools: hunt_username() returns where a handle exists, and footprint_score() returns a 0-100 digital-footprint score. Python, MIT, runs locally, no API keys, privacy-first.
Server Config
{
"mcpServers": {
"tracehunt": {
"command": "python",
"args": [
"mcp/tracehunt_mcp.py"
]
}
}
}