StacksFinder

check_mcp_compatibility

Check compatibility between MCP servers. Detects conflicts (e.g., two database providers), redundancies (e.g., two ORMs), and synergies (e.g., GitHub + Vercel). Returns a health score (0-100) with grade (A/B/C/D) and detailed breakdown.

Remote hoklims/stacksfinder-mcp

Other tools also called check_mcp_compatibility? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "mcps": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "maxItems": 20,
      "minItems": 1,
      "description": "Array of MCP server IDs to check compatibility between. Examples: supabase-mcp, neon-mcp, prisma-mcp, stripe-mcp"
    }
  }
}