# StacksFinder

Discover and analyze technologies across key dimensions, then compare options side-by-side to spot the best fit. Get tailored stack recommendations for your project’s type, scale, and priorities. Cre…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hoklims/stacksfinder-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list hoklims/stacksfinder-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hoklims/stacksfinder-mcp list_technologies

# Call a tool
npx -y @smithery/cli@latest tool call hoklims/stacksfinder-mcp list_technologies '{}'
```

## Direct MCP Connection

Endpoint: `https://stacksfinder-mcp--hoklims.run.tools`

## Tools (26)

- `list_technologies` — Browse the complete catalog of 32 technologies across 8 categories (frontend, backend, meta-framework, database, orm, a…
- `analyze_tech` — Get a comprehensive analysis of any technology with scores across 6 dimensions: performance (perf), developer experienc…
- `compare_techs` — Compare 2-4 technologies side-by-side with per-dimension score breakdown, overall rankings with grades, and a compatibi…
- `recommend_stack_demo` — Get a complete tech stack recommendation for your project type. Returns the highest-scored technology for each category…
- `check_mcp_compatibility` — Check compatibility between MCP servers. Detects conflicts (e.g., two database providers), redundancies (e.g., two ORMs…
- `get_workflow_guide` — Intelligent workflow guide that recommends the next tool to use based on your goal and context.
- `recommend_stack` — Get a full tech stack recommendation with custom priorities and constraints. Unlike the demo version, this uses the com…
- `get_blueprint` — Fetch an existing blueprint by ID. Blueprints are generated via the StacksFinder web UI or create_blueprint tool. Retur…
- `list_blueprints` — List your saved blueprints. Returns up to 50 most recent blueprints with their IDs, project names, and creation dates.
- `get_audit` — Fetch an existing tech debt audit report by ID. Returns findings with severity (critical/high/medium/low/info) and acti…
- `list_audits` — List your tech debt audit reports. Shows name, status, health score, and creation date.
- `get_audit_quota` — Check your remaining audit quota for this month. Shows used/limit and reset date.
- `create_blueprint` — Create a new tech stack blueprint for a project. The blueprint generation is asynchronous. Returns job ID to poll for c…
- `create_audit` — Create a technical debt audit for a list of technologies. Analyzes for deprecated packages, security vulnerabilities, E…
- `compare_audits` — Compare two audit reports to track technical debt trends over time. Shows new issues, resolved issues, and health score…
- `get_migration_recommendation` — Analyze an audit report for migration opportunities. Returns recommended replacements, migration roadmap, and risk asse…
- `generate_mcp_kit` — Generate a complete project kit with optimal tech stack and MCP recommendations based on project description.
- `analyze_repo_mcps` — Analyze repository to detect tech stack and recommend relevant MCP servers. Note: This tool works best with local CLI, …
- `prepare_mcp_installation` — Generate a .env-mcp configuration file for MCP server installation. Note: This tool works best with local CLI.
- `execute_mcp_installation` — Read .env-mcp and generate installation commands for MCPs. Note: This tool works best with local CLI.
- `estimate_project` — Estimate scope, pricing, and analyze market for a software project. Returns hour breakdown, price ranges, and risk asse…
- `get_estimate_quota` — Check your remaining estimate quota for this week and month.
- `setup_api_key` — Create an API key for your StacksFinder account. For ChatGPT OAuth users: pass any value for email/password (e.g., "oau…
- `list_api_keys` — List your StacksFinder API keys.
- `revoke_api_key` — Revoke an API key. This action cannot be undone.
- `create_api_key` — Create a new API key for your StacksFinder account. Uses OAuth authentication automatically - no email/password require…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hoklims/stacksfinder-mcp <tool-name>
```

## Resources

- `stacksfinder://catalog/technologies` — Complete catalog of 32 technologies with deterministic scores

## Prompts (1)

- `recommend_stack` (projectType, scale) — Get a recommended tech stack for your project with deterministic scoring

---

Source: https://github.com/hoklims/stacksfinder-mcp
