B
Warning
89/100
6 hours ago

StackScan MCP Server

Enables natural language queries about the technologies behind websites and the companies running them, using the StackScan Tech Lookup API. Includes tools for domain technology lookup, company details, technology usage stats, and batch company lookups.

Warning. Serious findings were identified. Review the full report before connecting. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code VerifiedSandbox Verified⚡ Live Monitored

Monitored 8 days · every push re-verified

Who stands behind it

stackscan.com (@stackscan) · Ownership Verified

Source: Glama

Maintenance & responsiveness
as of 2026-08-19
Issues closed (90d): 0 · 0 open
Releases (90d): none
Active contributors (6mo): 1

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: STACKSCAN_API_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 1 credential: STACKSCAN_API_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
Are you the publisher? Confirm or correct these findings.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configSTACKSCAN_API_BASEno https://api.stackscan.com Rarely needed
🔐 secretSTACKSCAN_API_TOKEN"": "your-token",
configSTACKSCAN_SESSION_LOOKUP_CAPno 25 See below
configSTACKSCAN_TENANT_ID"": "your-workspace-uuid"
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

6/6 tools missing one or more hints — check_credits (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); lookup_company (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); lookup_domain_technologies (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +3 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tests exist

No test files found

Add tests that exercise each declared tool.

Shell command execution

1 child_process/subprocess call in production code — runs shell commands (test-stdio.mjs:18)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Secrets stay with their owner

1 secret/sensitive value flow into network calls (STACKSCAN_API_TOKEN → dynamic)

Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.

// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/stackscan-stackscan-mcp-1db9rd?variant=verified)](https://m8ven.ai/mcp/stackscan-stackscan-mcp-1db9rd)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: ae843c077c8de73dea9c44fba5a05487a1fbc2ad
code hash: 562805c17d4bfcba7a414f0058d25bf1cecfa17237405e7aa07245a9e8481010
verified: 8/19/2026, 11:21:04 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client