mcp server for Claude Desktop
com.stackscan/mcp-server
Look up the technology stack behind any domain, and the company running it.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@stackscan/mcp-server"
],
"env": {
"STACKSCAN_API_TOKEN": "<STACKSCAN_API_TOKEN>",
"STACKSCAN_TENANT_ID": "<STACKSCAN_TENANT_ID>",
"STACKSCAN_SESSION_LOOKUP_CAP": "<STACKSCAN_SESSION_LOOKUP_CAP>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs