Modular web scraper with Clean Architecture — wreq TLS fingerprinting, RAG export, MCP server, TUI, AI semantic cleaning. 1,337 tests, Miri verified.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"webfang": {
"command": "cargo",
"args": [
"run",
"--",
"webfang"
]
}
}
}
Run in terminal:
claude mcp add webfang cargo run -- webfang
Add to .cursor/mcp.json:
{
"mcpServers": {
"webfang": {
"command": "cargo",
"args": [
"run",
"--",
"webfang"
]
}
}
}