Catalog
ASMHunter
Officialby asmhunter
Drive ASMHunter attack-surface monitoring from an AI agent: recon, scans, findings, reports.
Drive ASMHunter attack-surface monitoring from an AI agent: recon, scans, findings, reports.
README not available yet.
Install
Configuration
Environment variables
ASMHUNTER_TOKENrequiredsecretASMHunter Personal Access Token (asm_live_...). Mint one at asmhunter.app -> Settings -> API Tokens (Hunter tier or above).
claude_desktop_config.json
{
"mcpServers": {
"asmhunter-mcp": {
"command": "uvx",
"args": [
"asmhunter-mcp"
],
"env": {
"ASMHUNTER_TOKEN": "<YOUR_ASMHUNTER_TOKEN>"
}
}
}
}