StacksFinder
estimate_project
Estimate scope, pricing, and analyze market for a software project. Returns hour breakdown, price ranges, and risk assessment.
Remote hoklims/stacksfinder-mcp
Other tools also called estimate_project?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"specs": {
"type": "string",
"description": "Project specifications (min 100 chars)"
},
"region": {
"enum": [
"france",
"us",
"uk",
"remote-global"
],
"type": "string",
"description": "Region for pricing"
},
"teamSize": {
"type": "number",
"description": "Number of developers"
},
"seniorityLevel": {
"enum": [
"junior",
"mid",
"senior",
"expert"
],
"type": "string",
"description": "Average team seniority"
}
}
}