Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.hoklims/stacksfinder

NPM · @STACKSFINDER/MCP-SERVER · SCANNED AUG 3

Deterministic tech stack recommendations, audits, and project estimates. No hallucinations.

+21 this week 67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability64
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 2561 tokens (~111/item across 23 items; 23 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @stacksfinder/mcp-server

# add to Claude Code
claude mcp add hoklims-stacksfinder -- npx -y @stacksfinder/mcp-server
# add to Codex CLI
codex mcp add hoklims-stacksfinder -- npx -y @stacksfinder/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hoklims-stacksfinder": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@stacksfinder/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add hoklims-stacksfinder --command npx --arg -y --arg @stacksfinder/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  hoklims-stacksfinder:
    command: "npx"
    args: ["-y", "@stacksfinder/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "hoklims-stacksfinder": {
      "command": "npx",
      "args": [
        "-y",
        "@stacksfinder/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +42
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −40
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
  • 30 Jul 26 +21
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −21
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@stacksfinder/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 23 exposed · ~2,561 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
analyze_repo_mcps ~191

Analyze your current repository to detect the tech stack and recommend relevant MCP servers. This tool examines your project files (package.json, .env, config files, etc.) to: 1. Detect frontend, backend, database, auth, hosting, and payment technologies 2. Find already installed MCP servers 3. Recommend new MCPs that would enhance your development workflow 4. Generate ready-to-use install configurations for Cursor, Claude Desktop, and Windsurf Example use cases: - "What MCPs would help with my project?" - "Analyze my repo and suggest useful MCP servers" - "Which MCPs am I missing based on my tech stack?"

NameTypeReqDescription
includeInstalledbooleanInclude already installed MCPs (default: false)
mcpConfigPathstringOverride path to MCP configuration file
workspaceRootstringOverride workspace root directory (default: current directory)

No output schema declared.

No examples provided.

analyze_tech ~50

Detailed analysis of a technology with 6-dimension scores, strengths, weaknesses, and compatible technologies.

NameTypeReqDescription
contextstringContext for scoring
technologystringyesTechnology ID to analyze

No output schema declared.

No examples provided.

check_mcp_compatibility ~270

Check compatibility between MCP servers. Detects conflicts (e.g., two database providers), redundancies (e.g., two ORMs), and synergies (e.g., GitHub + Vercel). Returns a health score (0-100) with grade (A/B/C/D) and detailed breakdown. **Examples:** - Check database compatibility: `["supabase-mcp", "neon-mcp"]` → conflict detected - Check ORM redundancy: `["prisma-mcp", "drizzle-mcp"]` → redundancy warning - Check synergies: `["stripe-mcp", "resend-mcp"]` → synergy detected **Supported MCP IDs include:** - supabase-mcp - neon-mcp - planetscale-mcp - turso-mcp - prisma-mcp - drizzle-mcp - clerk-mcp - auth0-mcp - stripe-mcp - paddle-mcp ...and more. **Aliases supported:** - "supabase" → "supabase-mcp" - "@neondatabase/mcp" → "neon-mcp" - "stripe" → "stripe-mcp"

NameTypeReqDescription
mcpsarrayyesArray of MCP server IDs to check compatibility between

No output schema declared.

No examples provided.

compare_audits ~74

Compare two audit reports to track technical debt trends over time. Shows new issues introduced, issues resolved, and health score change. Useful for measuring progress on debt reduction.

NameTypeReqDescription
baseAuditIdstringyesBase (older) audit ID
compareAuditIdstringyesCompare (newer) audit ID

No output schema declared.

No examples provided.

compare_techs ~49

Side-by-side comparison of 2-4 technologies with per-dimension winners and compatibility matrix.

NameTypeReqDescription
contextstringContext for scoring
technologiesarrayyesTechnologies to compare

No output schema declared.

No examples provided.

create_audit ~88

Create a technical debt audit for a list of technologies. Analyzes your stack for deprecated packages, security vulnerabilities, EOL versions, and upgrade recommendations. Returns findings with severity (critical/high/medium/low/info) and actionable suggestions. Requires API key with audit:write scope.

NameTypeReqDescription
namestringyesName for the audit report
technologiesarrayyesTechnologies to audit

No output schema declared.

No examples provided.

create_blueprint ~207

Creates a new tech stack blueprint for a project. Requires API key with 'blueprint:write' scope. The blueprint generation is asynchronous. By default, this tool waits for completion and returns the full blueprint. Set waitForCompletion=false to get the job ID immediately for manual polling. Example usage: - Create a SaaS MVP: projectType="saas", scale="mvp", priorities=["time-to-market", "cost-efficiency"] - Create an enterprise API: projectType="api", scale="enterprise", priorities=["security", "scalability"]

NameTypeReqDescription
constraintsarrayTechnology constraint IDs (optional)
prioritiesarrayTop 3 priorities (optional)
projectDescriptionstringBrief description (optional)
projectNamestringProject name (optional)
projectTypestringyesType of project
scalestringyesProject scale
waitForCompletionbooleanWait for completion (default: true)

No output schema declared.

No examples provided.

estimate_project ~217

Estimate scope, pricing, and analyze market for a software project. Provides: - Detailed hour breakdown by feature (with complexity assessment) - Price ranges by team seniority level (junior/mid/senior/expert) - Competitor analysis and market trends (real-time via Perplexity) [Pro tier] - Market size and gaps identification [Pro tier] - Risk identification with mitigation suggestions Perfect for freelancers and agencies creating quotes. Requires API key with estimate:write scope. **Pricing is 100% deterministic** - same inputs always produce same outputs. Market analysis is best-effort and may vary with web data changes.

NameTypeReqDescription
includeMarketbooleanInclude market analysis (default: true, Pro tier only)
regionstringRegion for pricing (default: france)
seniorityLevelstringAverage team seniority (default: mid)
specsstringyesProject specifications (min 100 chars, max 10,000)
teamSizenumberNumber of developers

No output schema declared.

No examples provided.

execute_mcp_installation ~302

Read a .env-mcp configuration file and generate installation commands for the MCPs. This tool: 1. Reads the .env-mcp file generated by prepare_mcp_installation 2. Validates that required environment variables are present 3. Generates installation commands for the target IDE/client 4. Returns post-installation instructions Prerequisites: - Run prepare_mcp_installation first to generate .env-mcp - Fill in the required API keys and credentials in .env-mcp - Set INSTALL_xxx=false for MCPs you want to skip Supported targets: - claude-code: Generates 'claude mcp add-json' commands - claude-desktop: Generates JSON config for claude_desktop_config.json - cursor: Generates JSON config for Cursor MCP settings - vscode: Generates JSON config for VS Code MCP extension - windsurf: Generates JSON config for Windsurf Output: - Individual commands/configs for each ready MCP - Aggregate command (for Claude Code) or config (for others) - List of MCPs missing required credentials - Post-installation instructions

NameTypeReqDescription
dryRunbooleanOnly generate commands without marking ready to execute (default: false)
envMcpPathstringPath to .env-mcp file (default: .env-mcp in current directory)
targetClientstringTarget IDE/client for installation (default: claude-code)

No output schema declared.

No examples provided.

generate_mcp_kit ~218

Generate a complete project kit with optimal tech stack and MCP recommendations based on your project description. Describe your project and get: 1. **Optimal Tech Stack**: Best technologies for each category (frontend, backend, database, auth, hosting, payments) 2. **MCP Recommendations**: AI-assistant tools tailored to your chosen technologies 3. **Install Configurations**: Ready-to-use configs for Claude Desktop, Cursor, and Windsurf Example prompts: - "I'm building a SaaS for project management with real-time collaboration" - "Building an MVP for a marketplace connecting freelancers with clients" - "Creating an e-commerce platform with Stripe payments and PostgreSQL"

NameTypeReqDescription
constraintsarrayTech constraints (e.g., must-use-postgresql)
prioritiesarrayTop priorities (max 3)
projectDescriptionstringyesDescribe your project (50-5000 chars)
projectTypestringProject type (if known)
scalestringProject scale (if known)

No output schema declared.

No examples provided.

get_audit ~35

Fetch a completed audit report by ID. Returns all findings and health score.

NameTypeReqDescription
auditIdstringyesAudit report UUID

No output schema declared.

No examples provided.

get_audit_quota ~20

Check your remaining audit quota for this month.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_blueprint ~43

Fetches an existing blueprint by ID. Blueprints are generated via the StacksFinder web UI. Requires API key.

NameTypeReqDescription
blueprintIdstringyesBlueprint UUID

No output schema declared.

No examples provided.

get_estimate_quota ~22

Check your remaining estimate quota for this week and month.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_migration_recommendation ~88

Analyze an audit report for migration opportunities. Returns a detailed migration recommendation including: - Technologies that should be replaced - Recommended modern alternatives - Migration roadmap with phases - Risk assessment - Builder constraints to pre-fill for generating a migration blueprint Use this after create_audit to get actionable migration guidance.

NameTypeReqDescription
auditIdstringyesAudit report UUID to analyze for migration

No output schema declared.

No examples provided.

list_api_keys ~23

Lists your StacksFinder API keys. Requires a configured API key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_audits ~47

List your audit reports with pagination. Shows name, status, health score, and creation date.

NameTypeReqDescription
limitnumberMax results
offsetnumberPagination offset

No output schema declared.

No examples provided.

list_technologies ~38

Lists all available technology IDs for use with other tools. Essential for discovering valid technology identifiers.

NameTypeReqDescription
categorystringFilter by category

No output schema declared.

No examples provided.

prepare_mcp_installation ~303

Analyze your repository and generate a .env-mcp configuration file for MCP server installation. This tool: 1. Detects your tech stack from project files (package.json, .env, etc.) 2. Identifies which MCP servers would benefit your project 3. Finds already installed MCPs to avoid duplicates 4. Generates a .env-mcp template file with all required environment variables The generated .env-mcp file contains: - INSTALL_xxx flags to control which MCPs to install - Required and optional environment variables for each MCP - Documentation links and examples After running this tool: 1. Open the generated .env-mcp file 2. Fill in the API keys and configuration values 3. Set INSTALL_xxx=false for MCPs you don't want 4. Run execute_mcp_installation to complete the setup Example use cases: - "Prepare MCP installation for my project" - "Generate .env-mcp for my tech stack" - "What MCPs do I need and what credentials do they require?"

NameTypeReqDescription
envMcpPathstringPath where .env-mcp will be created (default: .env-mcp in workspaceRoot)
includeInstalledbooleanInclude already installed MCPs in the preparation (default: false)
mcpConfigPathstringOverride path to existing MCP configuration file
workspaceRootstringWorkspace root directory (default: current directory)

No output schema declared.

No examples provided.

recommend_stack ~72

Recommends the best tech stack for a project using real-time scoring with context adjustments. Requires API key.

NameTypeReqDescription
constraintsarrayProject constraints
prioritiesarrayTop priorities (max 3)
projectTypestringyesType of project
scalestringProject scale

No output schema declared.

No examples provided.

recommend_stack_demo ~86

Try StacksFinder's tech stack recommendations for FREE - once per day, no account required. Returns the optimal technology for each category based on deterministic scoring. For unlimited access, priorities, constraints, and AI-generated narratives, upgrade to Pro at https://stacksfinder.com/pricing

NameTypeReqDescription
projectTypestringyesType of project
scalestringProject scale

No output schema declared.

No examples provided.

revoke_api_key ~37

Revokes an API key. This action cannot be undone.

NameTypeReqDescription
keyIdstringyesThe UUID of the API key to revoke

No output schema declared.

No examples provided.

setup_api_key ~81

Authenticates with your StacksFinder account and creates an API key. Requires Pro or Team tier. The key is returned once and should be saved securely.

NameTypeReqDescription
emailstringyesYour StacksFinder account email
keyNamestringOptional name for the API key
passwordstringyesYour StacksFinder account password

No output schema declared.

No examples provided.