StacksFinder

get_migration_recommendation

Analyze an audit report for migration opportunities. Returns recommended replacements, migration roadmap, and risk assessment.

Remote hoklims/stacksfinder-mcp

Other tools also called get_migration_recommendation? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "auditId": {
      "type": "string",
      "description": "Audit report UUID to analyze"
    }
  }
}