Loading MCP server directory, please wait...
Look up the technology stack behind any domain, and the company running it.
npx @getmcp/cli add com.stackscan/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
STACKSCAN_API_TOKENAPI token from the StackScan dashboard, My Account -> API Tokens.
STACKSCAN_TENANT_IDWorkspace UUID, shown on the same page as the token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.stackscan/mcp-server": {
"command": "npx",
"args": [
"-y",
"@stackscan/mcp-server"
],
"env": {
"STACKSCAN_API_TOKEN": "",
"STACKSCAN_TENANT_ID": "",
"STACKSCAN_SESSION_LOOKUP_CAP": ""
}
}
}
}