StacksFinder

recommend_stack_demo

Get a complete tech stack recommendation for your project type. Returns the highest-scored technology for each category (frontend, backend, meta-framework, database, ORM, auth, hosting, payments) based on deterministic scoring algorithms. FREE demo with 1 request per day limit. For unlimited access with custom priorities and constraints, upgrade to Pro at stacksfinder.com.

Remote hoklims/stacksfinder-mcp

Other tools also called recommend_stack_demo? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "scale": {
      "enum": [
        "mvp",
        "startup",
        "growth",
        "enterprise"
      ],
      "type": "string",
      "description": "Project scale affects scoring weights: \"mvp\" prioritizes speed and cost, \"enterprise\" prioritizes security and compliance"
    },
    "projectType": {
      "enum": [
        "web-app",
        "mobile-app",
        "api",
        "desktop",
        "cli",
        "library",
        "e-commerce",
        "saas",
        "marketplace"
      ],
      "type": "string",
      "description": "Type of project you are building. This affects which technologies are most relevant."
    }
  }
}