mcpbeat Sign in

Stackscan MCP Server

by stackscan Your server? Claim it
local only

Stackscan runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 25 Aug 2026.

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

Installs per day peak 160 · avg 17 · -4% w/w
a month agotoday
37
Installs / week
npm · @stackscan/mcp-server
1
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Stackscan every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

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"
    }
  }
}

This one needs environment variables set before it will start: STACKSCAN_API_TOKEN (API token from the StackScan dashboard, My Account -> API Tokens.), STACKSCAN_TENANT_ID (Workspace UUID, shown on the same page as the token.), STACKSCAN_SESSION_LOOKUP_CAP (Maximum credit-consuming lookups per session. Defaults to 25.). The author declared them in the registry entry; get the values from the project itself.

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.

63 installs/wk local only
TheirStack
by theirstack

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

answering
Tech Stack Detector
by dataleadspro

Detect the technology stack behind any website: frameworks, CMS, analytics, and more from one POST.

1 tools answering
MCP Outbound Infrastructure Fingerprint
by mambabuilt

Detect whether a company runs cold outbound, on what stack, and from which sending domains.

40 installs/wk local only
Nerdydata
by nerdydata

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

38 installs/wk answering
Simples Nacional
by mcp-dir

Looks up a company's status in the Simples Nacional tax regime from the CNPJ, including opt-in and b

7 tools answering
MCP Reddit Brand Presence Mapper
by mambabuilt

Resolve a company domain to its subreddit and sample public mentions of the brand.

27 installs/wk local only
MCP Review Platform Reputation Enricher
by mambabuilt

Resolve a company domain to its Trustpilot rating, review count and claimed status.

25 installs/wk local only

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 was installed 37 times last week.
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.
How many people use Stackscan?
The npm package @stackscan/mcp-server was installed 37 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
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.