StacksFinder
recommend_stack
Get a full tech stack recommendation with custom priorities and constraints. Unlike the demo version, this uses the complete scoring engine with weight adjustments. Requires Pro account.
Remote hoklims/stacksfinder-mcp
Other tools also called recommend_stack?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"scale": {
"enum": [
"mvp",
"startup",
"growth",
"enterprise"
],
"type": "string",
"description": "Project scale (mvp, startup, growth, enterprise)"
},
"priorities": {
"type": "array",
"items": {
"enum": [
"time-to-market",
"scalability",
"developer-experience",
"cost-efficiency",
"performance",
"security",
"maintainability"
],
"type": "string"
},
"maxItems": 3,
"description": "Top 3 priorities to optimize for"
},
"constraints": {
"type": "array",
"items": {
"type": "string"
},
"description": "Technology constraints (e.g., must-use-postgresql, real-time)"
},
"projectType": {
"enum": [
"web-app",
"mobile-app",
"api",
"desktop",
"cli",
"library",
"e-commerce",
"saas",
"marketplace"
],
"type": "string",
"description": "Type of project (web-app, saas, api, etc.)"
}
}
}