mcpbeat

Stackscan MCP Server

by stackscan
local only

Stackscan runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 4 Aug 2026.

Look up the technology stack behind any domain, and the company running it.

Installs / week
npm · @stackscan/mcp-server
1
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @stackscan/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@stackscan/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@stackscan/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@stackscan/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@stackscan/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Stackscan

same job, measured the same way
Logo.dev MCP
by pvliesdonk

Look up company logos and brand data via the logo.dev API.

78 installs/wk local only
C
TheirStack
by theirstack

Search job postings, companies, and technology stacks across 10M+ companies.

answering
Nerdydata
by nerdydata

Search websites by source code, technology stack, analyze domains, and download lead lists.

39 installs/wk answering
AI Dictionary MCP
by donjguido

Look up, search, cite, discuss, and track AI phenomenology terms

432 installs/wk local only
Builtwith
by mcparmory

Detect technologies and tech stacks used on any website

101 installs/wk local only
I
Calvix Technology Solutions
by calvix

MCP server for Calvix Technology Solutions — query IT services, contact info, and company details.

3 tools answering
Domain Intel MCP
by datakoot

Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.

6 tools answering
C
DiscoLike
by discolike

TAM mapping, company discovery, contact intelligence, and technographics across 65M+ B2B domains.

answering

Stackscan — questions

Answers built from our own checks of this server.

Why is there no uptime for Stackscan?
Stackscan runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @stackscan/mcp-server.
How do I connect Stackscan?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @stackscan/mcp-server straight from npm; nothing to host, nothing to sign up for.
Is Stackscan open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.