Loading MCP server directory, please wait...
Drive ASMHunter attack-surface monitoring from an AI agent: recon, scans, findings, reports.
npx @getmcp/cli add app.asmhunter/asmhunter-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
ASMHUNTER_TOKENASMHunter Personal Access Token (asm_live_...). Mint one at asmhunter.app -> Settings -> API Tokens (Hunter tier or above).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"app.asmhunter/asmhunter-mcp": {
"command": "uvx",
"args": [
"asmhunter-mcp"
],
"env": {
"ASMHUNTER_TOKEN": ""
}
}
}
}