StacksFinder

analyze_tech

Get a comprehensive analysis of any technology with scores across 6 dimensions: performance (perf), developer experience (dx), ecosystem maturity, maintainability (maintain), cost efficiency, and compliance/security. Returns overall grade (A+ to C-), identified strengths and weaknesses. All scores are deterministic - no LLM hallucinations.

Remote hoklims/stacksfinder-mcp

Other tools also called analyze_tech? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "context": {
      "enum": [
        "default",
        "mvp",
        "enterprise"
      ],
      "type": "string",
      "description": "Scoring context adjusts weights: \"default\" for balanced scores, \"mvp\" prioritizes speed/cost, \"enterprise\" prioritizes security/compliance"
    },
    "technology": {
      "type": "string",
      "description": "Technology ID to analyze (e.g., \"nextjs\", \"react\", \"postgresql\", \"prisma\"). Use list_technologies to discover valid IDs."
    }
  }
}